2018-04-25 13:36:33,664 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-49 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-25 13:36:33,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=c3m4nxhXnWpVWeygkqBhDbfbH export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-04-25 13:36:33,666 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-25 13:36:33,667 - 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-04-25 13:36:33,668 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-25 13:36:33,668 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-25 13:36:36,478 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-25 13:36:46,199 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 9.710s OK 2018-04-25 13:36:46,328 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-25 13:36:46,328 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-25 13:36:46,332 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-25 13:36:48,421 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-25 13:49:41,707 - 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 773.233s OK 2018-04-25 13:49:41,829 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-25 13:49:41,830 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:53 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-25 13:49:41,834 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-25 13:49:42,806 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-25 13:50:25,626 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 42.818s OK 2018-04-25 13:50:25,739 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-25 13:50:25,739 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:43 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-25 13:50:25,743 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 12:53 | PASS | | snaps_health_check | functest | healthcheck | 00:43 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-25 13:50:25,746 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-25 13:50:28,460 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-49 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-25 13:50:28,465 - 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=c3m4nxhXnWpVWeygkqBhDbfbH export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-04-25 13:50:28,465 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-25 13:50:28,467 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-04-25 13:50:28,470 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-25 13:50:28,471 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-25 13:50:29,413 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-25 13:50:29,414 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-25 13:50:29,838 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-25 13:50:29,838 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-25 13:50:30,218 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-25 13:50:30,218 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-25 13:50:30' 2018-04-25 13:50:30,219 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--4dbbfda1-0037-4f7e-b32e-862e358f60b2' 2018-04-25 13:50:33,201 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-4dbbfda1-0037-4f7e-b32e-862e358f60b2' 2018-04-25 13:50:36,662 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-4dbbfda1-0037-4f7e-b32e-862e358f60b2' 2018-04-25 13:50:45,409 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-4dbbfda1-0037-4f7e-b32e-862e358f60b2' 2018-04-25 13:50:46,630 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-4dbbfda1-0037-4f7e-b32e-862e358f60b2' 2018-04-25 13:50:47,433 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-4dbbfda1-0037-4f7e-b32e-862e358f60b2' 2018-04-25 13:50:54,167 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-4dbbfda1-0037-4f7e-b32e-862e358f60b2' 2018-04-25 13:50:58,166 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-4dbbfda1-0037-4f7e-b32e-862e358f60b2' 2018-04-25 13:51:19,008 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-25 13:51:24,775 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-25 13:51:24,912 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-25 13:51:35,917 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:51:46,925 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:51:57,931 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:52:08,938 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:52:19,945 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:52:30,952 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:52:41,958 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:52:52,964 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:53:03,971 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:53:14,978 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:53:25,985 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:53:36,991 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:53:47,997 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:53:59,004 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:54:10,011 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:54:21,018 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:54:32,023 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:54:43,030 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:54:54,037 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:55:05,044 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:55:16,050 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:55:27,056 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:55:38,063 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:55:49,069 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:56:00,076 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:56:11,083 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:56:22,090 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:56:33,097 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:56:44,103 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:56:55,110 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:57:06,117 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:57:17,124 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:57:28,131 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:57:39,138 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:57:50,145 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:58:01,152 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:58:12,159 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:58:23,165 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:58:34,171 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:58:45,177 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:58:56,183 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:59:07,190 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:59:18,196 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:59:29,203 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:59:40,209 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 13:59:51,216 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:00:02,223 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:00:13,229 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:00:24,236 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:00:35,242 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:00:46,248 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:00:57,255 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:01:08,261 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:01:19,268 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:01:30,275 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:01:41,281 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:01:52,288 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:02:03,294 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:02:14,301 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:02:25,308 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:02:36,314 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:02:47,320 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:02:58,327 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:03:09,334 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:03:20,341 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:03:31,347 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:03:42,354 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:03:53,360 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:04:04,367 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:04:15,373 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:04:26,379 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:04:37,386 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:04:48,392 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:04:59,398 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:05:10,405 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:05:21,413 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:05:32,418 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:05:43,425 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:05:54,432 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:06:05,438 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:06:16,444 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:06:27,450 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:06:38,457 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:06:49,463 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:07:00,468 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:07:11,475 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:07:22,482 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:07:33,488 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:07:44,495 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:07:55,500 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:08:06,506 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:08:17,512 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:08:28,519 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:08:39,524 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:08:50,531 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:09:01,538 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:09:12,544 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:09:23,551 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:09:34,558 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:09:45,565 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:09:56,571 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:10:07,578 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:10:18,584 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:10:29,591 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:10:40,597 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:10:51,604 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:11:02,611 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:11:13,617 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:11:24,624 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:11:35,630 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:11:46,637 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:11:57,644 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:12:08,651 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:12:19,658 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:12:30,664 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:12:41,671 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:12:52,676 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:13:03,683 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:13:14,690 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:13:25,696 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:13:36,701 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:13:47,707 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:13:58,714 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:14:09,720 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:14:20,727 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:14:31,733 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:14:42,739 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:14:53,746 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:15:04,753 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:15:15,759 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:15:26,765 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:15:37,772 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:15:48,778 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:15:59,785 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:16:10,791 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:16:21,797 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:16:32,804 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:16:43,811 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:16:54,817 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:17:05,823 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:17:16,829 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:17:27,836 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:17:38,843 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:17:49,849 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:18:00,856 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:18:11,863 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:18:22,870 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:18:33,876 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:18:44,883 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:18:55,890 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:19:06,896 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:19:17,902 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:19:28,908 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:19:39,914 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:19:50,921 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:20:01,928 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:20:12,935 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:20:23,941 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:20:34,947 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:20:45,953 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:20:56,960 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:21:07,967 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:21:18,973 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:21:29,980 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:21:40,986 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:21:51,992 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:22:02,999 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:22:14,005 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:22:25,012 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:22:36,018 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:22:47,025 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:22:58,032 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:23:09,038 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:23:20,045 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:23:31,052 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:23:42,058 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:23:53,065 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:24:04,072 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:24:15,079 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:24:26,085 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:24:37,091 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:24:48,097 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:24:59,103 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:25:10,109 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:25:21,116 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:25:32,122 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:25:43,128 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:25:54,135 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:26:05,141 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:26:16,148 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:26:27,154 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:26:38,160 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:26:49,167 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:27:00,173 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:27:11,180 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:27:22,187 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:27:33,194 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:27:44,200 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:27:55,207 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:28:06,214 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-04-25 14:28:17,221 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Timeout reached. 2018-04-25 14:28:37,133 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-25 14:28:37,133 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-25 14:28:37,723 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-25 14:28:37,724 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 37:47 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-04-25 14:28:37,728 - xtesting.ci.run_tests - ERROR - The test case 'vping_ssh' failed. 2018-04-25 14:28:37,728 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 37:47 | FAIL | | vping_userdata | functest | smoke | 00:00 | SKIP | | tempest_smoke_serial | functest | smoke | 00:00 | SKIP | | rally_sanity | functest | smoke | 00:00 | SKIP | | refstack_defcore | functest | smoke | 00:00 | SKIP | | patrole | functest | smoke | 00:00 | SKIP | | odl | functest | smoke | 00:00 | SKIP | | snaps_smoke | functest | smoke | 00:00 | SKIP | | neutron_trunk | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-25 14:28:37,735 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-25 14:28:40,313 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-49 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-25 14:28:40,318 - 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=c3m4nxhXnWpVWeygkqBhDbfbH export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-04-25 14:28:40,319 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-25 14:28:40,319 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-25 14:28:40,320 - 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-04-25 14:28:40,323 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-25 14:28:42,757 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-49 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-25 14:28:42,762 - 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=c3m4nxhXnWpVWeygkqBhDbfbH export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-04-25 14:28:42,762 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-25 14:28:42,763 - 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-04-25 14:28:42,764 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-04-25 14:28:42,765 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-04-25 14:28:43,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-04-25 14:28:43,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'm1.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo122', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.small'}, u'network_quotas': {u'security_group': 20, u'security_group_rule': 100, u'port': 50}, u'compute_quotas': {u'cores': 50, u'instances': 15}}, 'descriptor': {u'url': u'https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater/archive/fraser.zip', u'file_name': u'openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-04-25 14:28:43,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Images needed for vIMS: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'ubuntu_14.04': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-04-25 14:28:43,835 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-25 14:28:43,836 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-25 14:28:44,266 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-25 14:28:44,266 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-04-25 14:28:44,669 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-04-25 14:28:47,824 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-b63e74c9-1330-49ec-ba8b-8876c60c36a6, password=ba078e44-4369-48a4-9219-9feffc44bd47, auth_url=http://172.30.9.30:5000/v3, project_name=cloudify_ims-b63e74c9-1330-49ec-ba8b-8876c60c36a6, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-04-25 14:28:47,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-04-25 14:28:49,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-04-25 14:28:49,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-04-25 14:30:28,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: ubuntu_14.04, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-04-25 14:30:37,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-04-25 14:30:38,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-04-25 14:30:50,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-04-25 14:30:53,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-04-25 14:30:54,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-04-25 14:33:46,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': 'ba078e44-4369-48a4-9219-9feffc44bd47', 'keystone_tenant_name': 'cloudify_ims-b63e74c9-1330-49ec-ba8b-8876c60c36a6', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.30:5000', 'user_domain_name': 'Default', 'keystone_username': 'cloudify_ims-b63e74c9-1330-49ec-ba8b-8876c60c36a6', 'project_domain_name': 'Default'} 2018-04-25 14:33:46,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-04-25 14:33:49,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - The current manager status is running 2018-04-25 14:34:19,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager is up and running 2018-04-25 14:34:19,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-04-25 14:34:19,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-04-25 14:34:21,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo cp ~/cloudify_ims.pem /etc/cloudify/ stdout: 2018-04-25 14:34:21,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_ims.pem stdout: 2018-04-25 14:34:58,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo yum install -y gcc python-devel stdout: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirror.us.oneandone.net * extras: mirror.chpc.utah.edu * updates: mirrors.sonic.net Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-16.el7_4.2 will be installed --> Processing Dependency: libgomp = 4.8.5-16.el7_4.2 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: cpp = 4.8.5-16.el7_4.2 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: libgcc >= 4.8.5-16.el7_4.2 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-16.el7_4.2.x86_64 ---> Package python-devel.x86_64 0:2.7.5-58.el7 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-58.el7 for package: python-devel-2.7.5-58.el7.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-16.el7_4.2 will be installed ---> Package glibc-devel.x86_64 0:2.17-196.el7_4.2 will be installed --> Processing Dependency: glibc-headers = 2.17-196.el7_4.2 for package: glibc-devel-2.17-196.el7_4.2.x86_64 --> Processing Dependency: glibc = 2.17-196.el7_4.2 for package: glibc-devel-2.17-196.el7_4.2.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-196.el7_4.2.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-16.el7_4.2 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-16.el7_4.2 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-58.el7 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-58.el7 for package: python-2.7.5-58.el7.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-196.el7_4.2 will be an update ---> Package glibc-headers.x86_64 0:2.17-196.el7_4.2 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-196.el7_4.2.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-196.el7_4.2.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-58.el7 will be an update --> 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-196.el7_4.2 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-693.21.1.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-16.el7_4.2 updates 16 M python-devel x86_64 2.7.5-58.el7 base 395 k Installing for dependencies: cpp x86_64 4.8.5-16.el7_4.2 updates 6.0 M glibc-devel x86_64 2.17-196.el7_4.2 updates 1.1 M glibc-headers x86_64 2.17-196.el7_4.2 updates 676 k kernel-headers x86_64 3.10.0-693.21.1.el7 updates 6.0 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-196.el7_4.2 updates 3.6 M glibc-common x86_64 2.17-196.el7_4.2 updates 11 M libgcc x86_64 4.8.5-16.el7_4.2 updates 98 k libgomp x86_64 4.8.5-16.el7_4.2 updates 154 k python x86_64 2.7.5-58.el7 base 91 k python-libs x86_64 2.7.5-58.el7 base 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 6 Dependent packages) Total download size: 52 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 5.2 MB/s | 52 MB 00:09 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-16.el7_4.2.x86_64 1/20 Updating : glibc-2.17-196.el7_4.2.x86_64 2/20 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Updating : glibc-common-2.17-196.el7_4.2.x86_64 3/20 Installing : mpfr-3.1.1-4.el7.x86_64 4/20 Installing : libmpc-1.0.1-3.el7.x86_64 5/20 Updating : python-libs-2.7.5-58.el7.x86_64 6/20 Updating : python-2.7.5-58.el7.x86_64 7/20 Installing : cpp-4.8.5-16.el7_4.2.x86_64 8/20 Updating : libgomp-4.8.5-16.el7_4.2.x86_64 9/20 Installing : kernel-headers-3.10.0-693.21.1.el7.x86_64 10/20 Installing : glibc-headers-2.17-196.el7_4.2.x86_64 11/20 Installing : glibc-devel-2.17-196.el7_4.2.x86_64 12/20 Installing : gcc-4.8.5-16.el7_4.2.x86_64 13/20 Installing : python-devel-2.7.5-58.el7.x86_64 14/20 Cleanup : python-2.7.5-48.el7.x86_64 15/20 Cleanup : python-libs-2.7.5-48.el7.x86_64 16/20 Cleanup : libgomp-4.8.5-11.el7.x86_64 17/20 Cleanup : glibc-2.17-157.el7_3.1.x86_64 18/20 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 19/20 Cleanup : libgcc-4.8.5-11.el7.x86_64 20/20 Verifying : python-devel-2.7.5-58.el7.x86_64 1/20 Verifying : glibc-common-2.17-196.el7_4.2.x86_64 2/20 Verifying : mpfr-3.1.1-4.el7.x86_64 3/20 Verifying : python-2.7.5-58.el7.x86_64 4/20 Verifying : glibc-devel-2.17-196.el7_4.2.x86_64 5/20 Verifying : libgcc-4.8.5-16.el7_4.2.x86_64 6/20 Verifying : python-libs-2.7.5-58.el7.x86_64 7/20 Verifying : kernel-headers-3.10.0-693.21.1.el7.x86_64 8/20 Verifying : gcc-4.8.5-16.el7_4.2.x86_64 9/20 Verifying : libgomp-4.8.5-16.el7_4.2.x86_64 10/20 Verifying : cpp-4.8.5-16.el7_4.2.x86_64 11/20 Verifying : glibc-headers-2.17-196.el7_4.2.x86_64 12/20 Verifying : glibc-2.17-196.el7_4.2.x86_64 13/20 Verifying : libmpc-1.0.1-3.el7.x86_64 14/20 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 15/20 Verifying : glibc-2.17-157.el7_3.1.x86_64 16/20 Verifying : python-libs-2.7.5-48.el7.x86_64 17/20 Verifying : libgcc-4.8.5-11.el7.x86_64 18/20 Verifying : python-2.7.5-48.el7.x86_64 19/20 Verifying : libgomp-4.8.5-11.el7.x86_64 20/20 Installed: gcc.x86_64 0:4.8.5-16.el7_4.2 python-devel.x86_64 0:2.7.5-58.el7 Dependency Installed: cpp.x86_64 0:4.8.5-16.el7_4.2 glibc-devel.x86_64 0:2.17-196.el7_4.2 glibc-headers.x86_64 0:2.17-196.el7_4.2 kernel-headers.x86_64 0:3.10.0-693.21.1.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-196.el7_4.2 glibc-common.x86_64 0:2.17-196.el7_4.2 libgcc.x86_64 0:4.8.5-16.el7_4.2 libgomp.x86_64 0:4.8.5-16.el7_4.2 python.x86_64 0:2.7.5-58.el7 python-libs.x86_64 0:2.7.5-58.el7 Complete! 2018-04-25 14:34:58,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-04-25 14:35:03,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for all clearwater vm 2018-04-25 14:35:03,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-04-25 14:35:10,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-04-25 14:35:10,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-25 14:35:10,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-25 14:35:10,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-04-25 14:35:37,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-25 14:35:37,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-04-25 14:35:37,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-04-25 14:35:37,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-04-25 14:35:37,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-04-25 14:35:42,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-04-25 14:35:42,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-25 14:35:42,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-25 14:35:42,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-25 14:35:42,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-25 14:35:42,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-25 14:35:42,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-25 14:35:42,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-25 14:35:42,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-25 14:35:42,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-25 14:35:42,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-25 14:35:42,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-25 14:35:42,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-25 14:35:42,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-25 14:35:42,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-25 14:35:42,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-25 14:35:42,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-25 14:35:42,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-25 14:35:42,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-04-25 14:35:42,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-25 14:35:42,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-04-25 14:35:42,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-25 14:35:42,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-25 14:35:42,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-25 14:35:42,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-25 14:35:42,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-25 14:35:42,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-25 14:35:42,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-25 14:35:42,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-25 14:35:42,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-04-25 14:35:42,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-04-25 14:35:42,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-25 14:35:48,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-25 14:35:48,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-25 14:35:48,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-25 14:35:48,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-04-25 14:35:48,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-25 14:35:48,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-04-25 14:35:48,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-25 14:35:48,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-25 14:35:53,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-25 14:35:53,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-25 14:35:53,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-25 14:35:53,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-04-25 14:35:53,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-25 14:35:53,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-25 14:35:53,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-25 14:35:53,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-04-25 14:35:53,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-25 14:35:53,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-04-25 14:35:53,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-25 14:35:53,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-25 14:35:53,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-25 14:35:53,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-25 14:35:53,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-25 14:35:53,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-04-25 14:35:53,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-25 14:35:53,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-25 14:35:53,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-25 14:35:53,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-04-25 14:35:53,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-25 14:35:53,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-25 14:35:53,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-04-25 14:35:53,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-25 14:35:53,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-25 14:35:53,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-25 14:35:53,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-25 14:35:53,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-25 14:35:53,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-25 14:35:53,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-25 14:35:53,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-25 14:35:58,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-25 14:35:58,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-25 14:35:58,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-25 14:35:58,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-25 14:35:58,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-25 14:35:58,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-25 14:35:58,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-25 14:35:58,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-25 14:35:58,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-25 14:35:58,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-25 14:35:58,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-25 14:35:58,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-25 14:35:58,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-25 14:35:58,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-25 14:35:58,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-25 14:35:58,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-25 14:35:58,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-25 14:35:58,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-25 14:35:58,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-25 14:35:58,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-25 14:35:58,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-25 14:35:58,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-25 14:35:58,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-25 14:35:58,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-25 14:35:58,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-25 14:35:58,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-25 14:35:58,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-25 14:36:04,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-25 14:36:04,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-25 14:36:04,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-25 14:36:04,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-25 14:36:04,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-25 14:36:04,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-25 14:36:04,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-25 14:36:04,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-25 14:36:04,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-25 14:36:04,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-25 14:36:04,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-25 14:36:04,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-25 14:36:04,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-25 14:36:04,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-25 14:36:04,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-25 14:36:04,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-25 14:36:04,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-25 14:36:09,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-25 14:36:09,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-25 14:36:09,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-25 14:36:09,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-25 14:36:09,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-25 14:36:14,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-25 14:36:14,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-25 14:36:14,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-25 14:36:14,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-25 14:36:14,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-25 14:36:14,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-25 14:36:14,575 - 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-04-25 14:36:14,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-25 14:36:14,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-25 14:36:14,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-25 14:36:14,575 - 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-04-25 14:36:14,575 - 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-04-25 14:36:14,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-25 14:36:14,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-25 14:36:14,576 - 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-04-25 14:36:14,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-25 14:36:19,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-25 14:36:19,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-25 14:36:19,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-25 14:36:19,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-25 14:36:19,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-25 14:36:19,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-25 14:36:19,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-25 14:36:19,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-25 14:36:19,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-25 14:36:19,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-25 14:36:19,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-25 14:36:19,952 - 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:None state. Retrying... [retry_after=30] 2018-04-25 14:36:19,952 - 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-04-25 14:36:19,952 - 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-04-25 14:36:19,952 - 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:scheduling state. Retrying... [retry_after=30] 2018-04-25 14:36:40,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-25 14:36:40,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-25 14:36:45,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-25 14:36:45,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-25 14:36:45,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-25 14:36:45,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-25 14:36:45,976 - 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-04-25 14:36:45,977 - 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-04-25 14:36:45,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-25 14:36:45,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-25 14:36:45,977 - 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-04-25 14:36:51,160 - 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-04-25 14:36:51,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-25 14:36:51,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-25 14:36:51,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-25 14:36:51,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-25 14:36:51,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-25 14:36:51,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-25 14:36:51,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-25 14:36:51,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-25 14:36:51,161 - 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-04-25 14:36:51,161 - 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-04-25 14:36:56,317 - 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-04-25 14:36:56,317 - 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-04-25 14:37:16,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-25 14:37:16,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-25 14:37:16,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-25 14:37:16,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-25 14:37:16,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-25 14:37:16,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-25 14:37:16,900 - 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-04-25 14:37:16,901 - 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-04-25 14:37:16,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-25 14:37:16,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-25 14:37:22,039 - 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-04-25 14:37:22,039 - 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-04-25 14:37:22,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-25 14:37:22,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-25 14:37:22,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-25 14:37:22,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-25 14:37:22,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-25 14:37:22,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-25 14:37:22,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-25 14:37:22,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-25 14:37:27,200 - 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-04-25 14:37:27,200 - 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-04-25 14:37:27,201 - 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-04-25 14:37:27,201 - 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-04-25 14:37:48,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-25 14:37:48,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-25 14:37:48,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-25 14:37:48,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-25 14:37:58,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-25 14:37:58,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-25 14:37:58,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-25 14:37:58,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-25 14:37:58,926 - 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-04-25 14:37:58,926 - 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-04-25 14:37:58,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-25 14:37:58,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-25 14:37:58,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-25 14:37:58,927 - 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-04-25 14:37:58,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-25 14:37:58,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-25 14:37:58,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-25 14:37:58,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-25 14:37:58,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-25 14:38:05,142 - 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-04-25 14:38:05,142 - 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-04-25 14:38:11,656 - 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-04-25 14:38:11,656 - 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-04-25 14:38:11,657 - 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-04-25 14:38:22,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-25 14:38:22,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-25 14:38:22,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-25 14:38:22,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-25 14:38:35,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-25 14:38:35,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-25 14:38:35,652 - 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-04-25 14:38:35,652 - 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-04-25 14:38:35,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-25 14:38:35,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-25 14:38:35,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-25 14:38:35,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-25 14:38:35,653 - 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-04-25 14:38:42,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-25 14:38:42,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-25 14:38:42,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-25 14:38:42,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-25 14:38:42,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-25 14:38:42,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-25 14:38:42,073 - 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-04-25 14:38:42,073 - 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-04-25 14:38:42,073 - 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-04-25 14:38:42,073 - 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-04-25 14:38:47,524 - 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-04-25 14:38:58,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:38:58,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:38:58,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:38:58,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-25 14:38:58,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:38:58,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-25 14:38:58,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-25 14:38:58,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:39:03,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:39:03,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-25 14:39:03,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-25 14:39:03,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-25 14:39:03,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) 2018-04-25 14:39:03,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:39:03,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:39:09,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) 2018-04-25 14:39:09,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:39:09,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:39:09,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:39:09,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-25 14:39:09,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-25 14:39:09,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-25 14:39:09,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:39:09,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:39:09,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:39:09,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-25 14:39:09,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-25 14:39:09,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-25 14:39:14,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:39:14,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:39:14,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:39:14,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-25 14:39:14,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-25 14:39:14,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-25 14:39:14,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:39:14,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:39:14,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:39:14,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:39:14,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:39:14,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-25 14:39:14,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-25 14:39:14,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:39:14,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-25 14:39:14,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-25 14:39:14,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-25 14:39:20,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-04-25 14:39:20,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-25 14:39:20,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-04-25 14:39:20,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-25 14:39:20,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-04-25 14:39:20,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-25 14:39:20,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-04-25 14:39:20,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-25 14:39:20,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-04-25 14:39:20,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-04-25 14:39:20,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) 2018-04-25 14:39:20,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-04-25 14:39:20,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-04-25 14:39:20,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-04-25 14:39:20,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-04-25 14:39:20,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-04-25 14:39:20,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-04-25 14:39:20,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-04-25 14:39:20,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-04-25 14:39:20,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-04-25 14:39:20,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) 2018-04-25 14:39:20,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-04-25 14:39:20,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) 2018-04-25 14:39:20,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-04-25 14:39:20,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-04-25 14:39:20,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-04-25 14:39:20,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-04-25 14:39:20,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-04-25 14:39:25,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-04-25 14:39:25,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-04-25 14:39:25,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-04-25 14:39:25,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-04-25 14:39:25,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-04-25 14:39:25,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 1/60] 2018-04-25 14:39:25,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-04-25 14:39:25,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-04-25 14:39:25,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-04-25 14:39:25,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 1/60] 2018-04-25 14:39:31,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-04-25 14:39:31,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-04-25 14:39:31,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-25 14:39:31,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-25 14:39:31,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-04-25 14:39:31,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-04-25 14:39:31,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-25 14:39:31,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-25 14:39:31,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-04-25 14:39:31,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-04-25 14:39:31,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-25 14:39:31,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-25 14:39:31,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-25 14:39:31,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-04-25 14:39:31,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-04-25 14:39:31,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-25 14:39:31,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-04-25 14:39:31,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-04-25 14:39:31,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-04-25 14:39:31,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-04-25 14:39:31,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-04-25 14:39:31,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-25 14:39:31,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-04-25 14:39:31,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-04-25 14:39:31,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-04-25 14:39:31,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-04-25 14:39:31,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-04-25 14:39:31,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-04-25 14:39:31,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-04-25 14:39:31,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-04-25 14:39:31,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-04-25 14:39:31,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-04-25 14:39:31,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-04-25 14:39:31,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-04-25 14:39:31,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-04-25 14:39:31,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-04-25 14:39:36,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-04-25 14:39:36,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-04-25 14:39:36,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-04-25 14:39:36,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-04-25 14:39:36,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-04-25 14:39:36,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-04-25 14:39:36,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-04-25 14:39:36,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-04-25 14:39:36,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-04-25 14:39:36,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-04-25 14:39:41,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:41,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:41,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-04-25 14:39:41,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:41,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:41,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-04-25 14:39:41,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:41,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:41,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 1/60] 2018-04-25 14:39:41,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 2/60] 2018-04-25 14:39:41,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 2/60] 2018-04-25 14:39:41,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 1/60] 2018-04-25 14:39:41,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 1/60] 2018-04-25 14:39:41,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 2/60] 2018-04-25 14:39:41,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 2/60] 2018-04-25 14:39:41,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:41,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:41,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:41,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:41,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:41,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:47,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:47,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:47,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:47,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 2/60] 2018-04-25 14:39:47,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 2/60] 2018-04-25 14:39:47,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:53,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:53,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:53,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:53,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-04-25 14:39:53,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-04-25 14:39:53,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:53,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:53,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:53,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 2/60] 2018-04-25 14:39:53,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 2/60] 2018-04-25 14:39:58,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-04-25 14:39:58,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 2/60] 2018-04-25 14:39:58,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 2/60] 2018-04-25 14:39:58,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 2/60] 2018-04-25 14:39:58,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:58,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-04-25 14:39:58,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-25 14:39:58,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-04-25 14:39:58,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 2/60] 2018-04-25 14:39:58,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 2/60] 2018-04-25 14:39:58,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 3/60] 2018-04-25 14:40:03,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 3/60] 2018-04-25 14:40:03,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 2/60] 2018-04-25 14:40:03,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 3/60] 2018-04-25 14:40:03,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 3/60] 2018-04-25 14:40:03,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 2/60] 2018-04-25 14:40:03,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-04-25 14:40:03,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 3/60] 2018-04-25 14:40:03,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 3/60] 2018-04-25 14:40:14,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 3/60] 2018-04-25 14:40:14,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 3/60] 2018-04-25 14:40:14,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 3/60] 2018-04-25 14:40:14,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 3/60] 2018-04-25 14:40:14,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 3/60] 2018-04-25 14:40:14,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 3/60] 2018-04-25 14:40:19,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 3/60] 2018-04-25 14:40:19,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 4/60] 2018-04-25 14:40:19,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 4/60] 2018-04-25 14:40:19,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 3/60] 2018-04-25 14:40:19,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 4/60] 2018-04-25 14:40:19,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 3/60] 2018-04-25 14:40:19,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 4/60] 2018-04-25 14:40:24,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 4/60] 2018-04-25 14:40:24,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 4/60] 2018-04-25 14:40:35,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 4/60] 2018-04-25 14:40:35,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 4/60] 2018-04-25 14:40:35,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 4/60] 2018-04-25 14:40:35,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 4/60] 2018-04-25 14:40:35,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 4/60] 2018-04-25 14:40:35,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 4/60] 2018-04-25 14:40:35,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 4/60] 2018-04-25 14:40:40,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 4/60] 2018-04-25 14:40:40,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 5/60] 2018-04-25 14:40:40,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 5/60] 2018-04-25 14:40:40,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 5/60] 2018-04-25 14:40:40,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 5/60] 2018-04-25 14:40:40,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 4/60] 2018-04-25 14:40:40,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 5/60] 2018-04-25 14:40:45,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 5/60] 2018-04-25 14:40:50,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 5/60] 2018-04-25 14:40:50,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 5/60] 2018-04-25 14:40:55,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 5/60] 2018-04-25 14:40:55,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 5/60] 2018-04-25 14:40:55,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 5/60] 2018-04-25 14:40:55,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 5/60] 2018-04-25 14:40:55,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 5/60] 2018-04-25 14:40:55,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 5/60] 2018-04-25 14:40:55,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 6/60] 2018-04-25 14:40:55,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 6/60] 2018-04-25 14:40:55,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 5/60] 2018-04-25 14:40:55,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 6/60] 2018-04-25 14:40:55,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 6/60] 2018-04-25 14:41:01,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 6/60] 2018-04-25 14:41:01,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 6/60] 2018-04-25 14:41:11,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 6/60] 2018-04-25 14:41:11,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 6/60] 2018-04-25 14:41:11,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 6/60] 2018-04-25 14:41:11,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 6/60] 2018-04-25 14:41:11,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 6/60] 2018-04-25 14:41:11,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 6/60] 2018-04-25 14:41:16,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 6/60] 2018-04-25 14:41:16,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 6/60] 2018-04-25 14:41:16,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 7/60] 2018-04-25 14:41:16,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 7/60] 2018-04-25 14:41:16,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 7/60] 2018-04-25 14:41:16,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 7/60] 2018-04-25 14:41:16,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 6/60] 2018-04-25 14:41:21,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 7/60] 2018-04-25 14:41:21,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 7/60] 2018-04-25 14:41:31,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 7/60] 2018-04-25 14:41:31,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 7/60] 2018-04-25 14:41:31,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 7/60] 2018-04-25 14:41:31,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 7/60] 2018-04-25 14:41:31,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 7/60] 2018-04-25 14:41:31,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 7/60] 2018-04-25 14:41:31,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 7/60] 2018-04-25 14:41:37,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 7/60] 2018-04-25 14:41:37,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 8/60] 2018-04-25 14:41:37,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 8/60] 2018-04-25 14:41:37,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 8/60] 2018-04-25 14:41:37,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 8/60] 2018-04-25 14:41:37,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 7/60] 2018-04-25 14:41:42,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 8/60] 2018-04-25 14:41:42,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 8/60] 2018-04-25 14:41:47,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 8/60] 2018-04-25 14:41:47,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 8/60] 2018-04-25 14:41:52,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 8/60] 2018-04-25 14:41:52,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 8/60] 2018-04-25 14:41:52,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 8/60] 2018-04-25 14:41:52,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 8/60] 2018-04-25 14:41:52,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 8/60] 2018-04-25 14:41:52,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 8/60] 2018-04-25 14:41:58,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 9/60] 2018-04-25 14:41:58,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 9/60] 2018-04-25 14:41:58,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 9/60] 2018-04-25 14:41:58,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 9/60] 2018-04-25 14:41:58,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 8/60] 2018-04-25 14:41:58,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 9/60] 2018-04-25 14:41:58,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 9/60] 2018-04-25 14:42:08,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 9/60] 2018-04-25 14:42:08,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 9/60] 2018-04-25 14:42:08,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 9/60] 2018-04-25 14:42:08,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 9/60] 2018-04-25 14:42:08,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 9/60] 2018-04-25 14:42:13,524 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 9/60] 2018-04-25 14:42:13,525 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 9/60] 2018-04-25 14:42:13,525 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 9/60] 2018-04-25 14:42:13,525 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 10/60] 2018-04-25 14:42:13,525 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 10/60] 2018-04-25 14:42:13,525 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 9/60] 2018-04-25 14:42:13,525 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 10/60] 2018-04-25 14:42:13,525 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 10/60] 2018-04-25 14:42:18,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 10/60] 2018-04-25 14:42:18,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 10/60] 2018-04-25 14:42:28,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 10/60] 2018-04-25 14:42:28,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 10/60] 2018-04-25 14:42:28,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 10/60] 2018-04-25 14:42:28,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 10/60] 2018-04-25 14:42:28,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 10/60] 2018-04-25 14:42:28,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 10/60] 2018-04-25 14:42:28,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 10/60] 2018-04-25 14:42:34,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 10/60] 2018-04-25 14:42:34,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 11/60] 2018-04-25 14:42:34,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 11/60] 2018-04-25 14:42:34,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 11/60] 2018-04-25 14:42:34,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 11/60] 2018-04-25 14:42:34,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 10/60] 2018-04-25 14:42:39,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 11/60] 2018-04-25 14:42:39,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 11/60] 2018-04-25 14:42:44,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 11/60] 2018-04-25 14:42:44,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 11/60] 2018-04-25 14:42:49,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 11/60] 2018-04-25 14:42:49,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 11/60] 2018-04-25 14:42:49,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 11/60] 2018-04-25 14:42:49,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 11/60] 2018-04-25 14:42:49,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 11/60] 2018-04-25 14:42:49,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 11/60] 2018-04-25 14:42:49,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 12/60] 2018-04-25 14:42:54,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 12/60] 2018-04-25 14:42:54,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 12/60] 2018-04-25 14:42:54,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 12/60] 2018-04-25 14:42:54,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 11/60] 2018-04-25 14:42:54,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 12/60] 2018-04-25 14:42:54,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 12/60] 2018-04-25 14:43:05,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 12/60] 2018-04-25 14:43:05,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 12/60] 2018-04-25 14:43:05,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 12/60] 2018-04-25 14:43:05,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 12/60] 2018-04-25 14:43:10,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 12/60] 2018-04-25 14:43:10,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 12/60] 2018-04-25 14:43:10,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 12/60] 2018-04-25 14:43:10,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 12/60] 2018-04-25 14:43:10,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 13/60] 2018-04-25 14:43:10,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 13/60] 2018-04-25 14:43:10,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 12/60] 2018-04-25 14:43:10,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 13/60] 2018-04-25 14:43:10,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 13/60] 2018-04-25 14:43:15,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 13/60] 2018-04-25 14:43:15,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 13/60] 2018-04-25 14:43:25,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 13/60] 2018-04-25 14:43:25,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 13/60] 2018-04-25 14:43:25,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 13/60] 2018-04-25 14:43:25,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 13/60] 2018-04-25 14:43:25,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 13/60] 2018-04-25 14:43:25,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 13/60] 2018-04-25 14:43:25,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 13/60] 2018-04-25 14:43:30,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 13/60] 2018-04-25 14:43:30,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 14/60] 2018-04-25 14:43:30,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 14/60] 2018-04-25 14:43:30,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 14/60] 2018-04-25 14:43:30,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 14/60] 2018-04-25 14:43:30,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 13/60] 2018-04-25 14:43:35,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 14/60] 2018-04-25 14:43:35,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 14/60] 2018-04-25 14:43:41,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 14/60] 2018-04-25 14:43:41,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 14/60] 2018-04-25 14:43:46,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 14/60] 2018-04-25 14:43:46,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 14/60] 2018-04-25 14:43:46,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 14/60] 2018-04-25 14:43:46,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 14/60] 2018-04-25 14:43:46,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 14/60] 2018-04-25 14:43:46,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 14/60] 2018-04-25 14:43:51,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 15/60] 2018-04-25 14:43:51,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 15/60] 2018-04-25 14:43:51,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 15/60] 2018-04-25 14:43:51,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 15/60] 2018-04-25 14:43:51,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 14/60] 2018-04-25 14:43:51,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 15/60] 2018-04-25 14:43:51,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 15/60] 2018-04-25 14:44:01,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 15/60] 2018-04-25 14:44:01,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 15/60] 2018-04-25 14:44:01,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 15/60] 2018-04-25 14:44:01,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 15/60] 2018-04-25 14:44:06,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 15/60] 2018-04-25 14:44:06,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 15/60] 2018-04-25 14:44:06,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 15/60] 2018-04-25 14:44:06,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 15/60] 2018-04-25 14:44:06,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 16/60] 2018-04-25 14:44:06,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 16/60] 2018-04-25 14:44:06,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 16/60] 2018-04-25 14:44:06,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 16/60] 2018-04-25 14:44:06,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 15/60] 2018-04-25 14:44:11,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 16/60] 2018-04-25 14:44:11,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 16/60] 2018-04-25 14:44:22,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 16/60] 2018-04-25 14:44:22,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 16/60] 2018-04-25 14:44:22,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 16/60] 2018-04-25 14:44:22,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 16/60] 2018-04-25 14:44:22,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 16/60] 2018-04-25 14:44:22,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 16/60] 2018-04-25 14:44:22,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 16/60] 2018-04-25 14:44:27,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 16/60] 2018-04-25 14:44:27,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 17/60] 2018-04-25 14:44:27,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 17/60] 2018-04-25 14:44:27,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 17/60] 2018-04-25 14:44:27,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 17/60] 2018-04-25 14:44:27,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 16/60] 2018-04-25 14:44:32,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 17/60] 2018-04-25 14:44:32,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 17/60] 2018-04-25 14:44:37,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 17/60] 2018-04-25 14:44:37,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 17/60] 2018-04-25 14:44:42,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 17/60] 2018-04-25 14:44:42,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 17/60] 2018-04-25 14:44:42,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 17/60] 2018-04-25 14:44:42,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 17/60] 2018-04-25 14:44:42,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 17/60] 2018-04-25 14:44:42,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 17/60] 2018-04-25 14:44:48,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 18/60] 2018-04-25 14:44:48,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 18/60] 2018-04-25 14:44:48,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 18/60] 2018-04-25 14:44:48,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 18/60] 2018-04-25 14:44:48,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 17/60] 2018-04-25 14:44:48,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 18/60] 2018-04-25 14:44:48,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 18/60] 2018-04-25 14:44:58,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 18/60] 2018-04-25 14:44:58,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 18/60] 2018-04-25 14:44:58,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 18/60] 2018-04-25 14:44:58,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 18/60] 2018-04-25 14:45:03,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 18/60] 2018-04-25 14:45:03,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 18/60] 2018-04-25 14:45:03,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 18/60] 2018-04-25 14:45:03,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 18/60] 2018-04-25 14:45:03,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 19/60] 2018-04-25 14:45:03,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 19/60] 2018-04-25 14:45:03,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 19/60] 2018-04-25 14:45:03,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 19/60] 2018-04-25 14:45:08,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 18/60] 2018-04-25 14:45:08,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 19/60] 2018-04-25 14:45:08,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 19/60] 2018-04-25 14:45:18,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 19/60] 2018-04-25 14:45:18,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 19/60] 2018-04-25 14:45:18,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 19/60] 2018-04-25 14:45:18,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 19/60] 2018-04-25 14:45:18,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 19/60] 2018-04-25 14:45:24,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 19/60] 2018-04-25 14:45:24,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 19/60] 2018-04-25 14:45:24,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 19/60] 2018-04-25 14:45:24,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 20/60] 2018-04-25 14:45:24,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 20/60] 2018-04-25 14:45:24,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 20/60] 2018-04-25 14:45:24,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 20/60] 2018-04-25 14:45:24,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 19/60] 2018-04-25 14:45:29,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 20/60] 2018-04-25 14:45:29,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 20/60] 2018-04-25 14:45:34,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 20/60] 2018-04-25 14:45:34,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 20/60] 2018-04-25 14:45:39,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 20/60] 2018-04-25 14:45:39,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 20/60] 2018-04-25 14:45:39,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 20/60] 2018-04-25 14:45:39,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 20/60] 2018-04-25 14:45:39,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 20/60] 2018-04-25 14:45:39,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 20/60] 2018-04-25 14:45:44,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 21/60] 2018-04-25 14:45:44,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 21/60] 2018-04-25 14:45:44,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 21/60] 2018-04-25 14:45:44,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 21/60] 2018-04-25 14:45:44,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 20/60] 2018-04-25 14:45:44,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 21/60] 2018-04-25 14:45:49,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 21/60] 2018-04-25 14:45:55,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 21/60] 2018-04-25 14:45:55,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 21/60] 2018-04-25 14:45:55,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 21/60] 2018-04-25 14:45:55,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 21/60] 2018-04-25 14:46:00,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 21/60] 2018-04-25 14:46:00,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 21/60] 2018-04-25 14:46:00,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 21/60] 2018-04-25 14:46:00,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 21/60] 2018-04-25 14:46:00,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 22/60] 2018-04-25 14:46:05,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 22/60] 2018-04-25 14:46:05,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 22/60] 2018-04-25 14:46:05,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 22/60] 2018-04-25 14:46:05,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 21/60] 2018-04-25 14:46:05,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 22/60] 2018-04-25 14:46:05,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 22/60] 2018-04-25 14:46:15,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 22/60] 2018-04-25 14:46:15,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 22/60] 2018-04-25 14:46:15,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 22/60] 2018-04-25 14:46:15,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 22/60] 2018-04-25 14:46:15,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 22/60] 2018-04-25 14:46:15,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 22/60] 2018-04-25 14:46:20,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 22/60] 2018-04-25 14:46:20,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 22/60] 2018-04-25 14:46:20,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 23/60] 2018-04-25 14:46:20,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 23/60] 2018-04-25 14:46:20,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 23/60] 2018-04-25 14:46:20,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 23/60] 2018-04-25 14:46:20,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 22/60] 2018-04-25 14:46:25,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 23/60] 2018-04-25 14:46:25,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 23/60] 2018-04-25 14:46:30,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 23/60] 2018-04-25 14:46:36,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 23/60] 2018-04-25 14:46:36,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 23/60] 2018-04-25 14:46:36,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 23/60] 2018-04-25 14:46:36,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 23/60] 2018-04-25 14:46:36,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 23/60] 2018-04-25 14:46:36,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 23/60] 2018-04-25 14:46:36,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 23/60] 2018-04-25 14:46:41,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 24/60] 2018-04-25 14:46:41,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 24/60] 2018-04-25 14:46:41,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 23/60] 2018-04-25 14:46:41,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 24/60] 2018-04-25 14:46:41,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 24/60] 2018-04-25 14:46:46,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 24/60] 2018-04-25 14:46:46,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 24/60] 2018-04-25 14:46:51,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 24/60] 2018-04-25 14:46:51,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 24/60] 2018-04-25 14:46:51,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 24/60] 2018-04-25 14:46:56,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 24/60] 2018-04-25 14:46:56,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 24/60] 2018-04-25 14:46:56,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 24/60] 2018-04-25 14:46:56,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 24/60] 2018-04-25 14:46:56,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 24/60] 2018-04-25 14:47:01,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 25/60] 2018-04-25 14:47:01,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 25/60] 2018-04-25 14:47:01,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 25/60] 2018-04-25 14:47:01,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 25/60] 2018-04-25 14:47:01,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 24/60] 2018-04-25 14:47:01,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 25/60] 2018-04-25 14:47:01,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 25/60] 2018-04-25 14:47:12,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 25/60] 2018-04-25 14:47:12,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 25/60] 2018-04-25 14:47:12,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 25/60] 2018-04-25 14:47:12,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 25/60] 2018-04-25 14:47:17,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 25/60] 2018-04-25 14:47:17,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 25/60] 2018-04-25 14:47:17,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 25/60] 2018-04-25 14:47:17,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 25/60] 2018-04-25 14:47:17,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 26/60] 2018-04-25 14:47:17,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 26/60] 2018-04-25 14:47:17,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 26/60] 2018-04-25 14:47:17,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 25/60] 2018-04-25 14:47:17,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 26/60] 2018-04-25 14:47:22,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 26/60] 2018-04-25 14:47:22,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 26/60] 2018-04-25 14:47:27,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 26/60] 2018-04-25 14:47:32,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 26/60] 2018-04-25 14:47:32,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 26/60] 2018-04-25 14:47:32,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 26/60] 2018-04-25 14:47:32,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 26/60] 2018-04-25 14:47:32,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 26/60] 2018-04-25 14:47:32,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 26/60] 2018-04-25 14:47:37,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 26/60] 2018-04-25 14:47:37,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 27/60] 2018-04-25 14:47:37,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 27/60] 2018-04-25 14:47:37,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 27/60] 2018-04-25 14:47:37,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 26/60] 2018-04-25 14:47:37,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 27/60] 2018-04-25 14:47:43,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 27/60] 2018-04-25 14:47:43,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 27/60] 2018-04-25 14:47:48,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 27/60] 2018-04-25 14:47:48,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 27/60] 2018-04-25 14:47:48,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 27/60] 2018-04-25 14:47:53,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 27/60] 2018-04-25 14:47:53,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 27/60] 2018-04-25 14:47:53,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 27/60] 2018-04-25 14:47:53,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 27/60] 2018-04-25 14:47:53,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 27/60] 2018-04-25 14:47:58,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 28/60] 2018-04-25 14:47:58,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 28/60] 2018-04-25 14:47:58,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 28/60] 2018-04-25 14:47:58,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 28/60] 2018-04-25 14:47:58,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 27/60] 2018-04-25 14:47:58,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 28/60] 2018-04-25 14:48:03,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 28/60] 2018-04-25 14:48:08,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 28/60] 2018-04-25 14:48:08,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 28/60] 2018-04-25 14:48:08,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 28/60] 2018-04-25 14:48:08,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 28/60] 2018-04-25 14:48:13,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 28/60] 2018-04-25 14:48:13,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 28/60] 2018-04-25 14:48:13,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 28/60] 2018-04-25 14:48:13,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 28/60] 2018-04-25 14:48:13,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 29/60] 2018-04-25 14:48:19,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 29/60] 2018-04-25 14:48:19,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 29/60] 2018-04-25 14:48:19,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 29/60] 2018-04-25 14:48:19,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 28/60] 2018-04-25 14:48:19,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 29/60] 2018-04-25 14:48:19,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 29/60] 2018-04-25 14:48:29,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 29/60] 2018-04-25 14:48:29,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 29/60] 2018-04-25 14:48:29,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 29/60] 2018-04-25 14:48:29,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 29/60] 2018-04-25 14:48:29,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 29/60] 2018-04-25 14:48:29,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 29/60] 2018-04-25 14:48:29,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 29/60] 2018-04-25 14:48:34,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 29/60] 2018-04-25 14:48:34,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 30/60] 2018-04-25 14:48:34,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 30/60] 2018-04-25 14:48:34,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 30/60] 2018-04-25 14:48:34,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 30/60] 2018-04-25 14:48:34,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 29/60] 2018-04-25 14:48:39,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 30/60] 2018-04-25 14:48:39,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 30/60] 2018-04-25 14:48:44,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 30/60] 2018-04-25 14:48:44,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 30/60] 2018-04-25 14:48:50,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 30/60] 2018-04-25 14:48:50,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 30/60] 2018-04-25 14:48:50,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 30/60] 2018-04-25 14:48:50,017 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 30/60] 2018-04-25 14:48:50,017 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 30/60] 2018-04-25 14:48:50,017 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 30/60] 2018-04-25 14:48:55,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 31/60] 2018-04-25 14:48:55,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 31/60] 2018-04-25 14:48:55,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 31/60] 2018-04-25 14:48:55,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 31/60] 2018-04-25 14:48:55,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 30/60] 2018-04-25 14:48:55,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 31/60] 2018-04-25 14:49:00,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 31/60] 2018-04-25 14:49:05,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 31/60] 2018-04-25 14:49:05,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 31/60] 2018-04-25 14:49:05,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 31/60] 2018-04-25 14:49:05,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 31/60] 2018-04-25 14:49:10,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 31/60] 2018-04-25 14:49:10,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 31/60] 2018-04-25 14:49:10,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 31/60] 2018-04-25 14:49:10,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 31/60] 2018-04-25 14:49:10,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 32/60] 2018-04-25 14:49:10,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 32/60] 2018-04-25 14:49:10,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 32/60] 2018-04-25 14:49:10,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 32/60] 2018-04-25 14:49:15,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 31/60] 2018-04-25 14:49:15,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 32/60] 2018-04-25 14:49:15,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 32/60] 2018-04-25 14:49:26,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 32/60] 2018-04-25 14:49:26,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 32/60] 2018-04-25 14:49:26,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 32/60] 2018-04-25 14:49:26,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 32/60] 2018-04-25 14:49:26,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 32/60] 2018-04-25 14:49:31,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 32/60] 2018-04-25 14:49:31,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 32/60] 2018-04-25 14:49:31,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 32/60] 2018-04-25 14:49:31,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 33/60] 2018-04-25 14:49:31,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 33/60] 2018-04-25 14:49:31,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 33/60] 2018-04-25 14:49:31,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 33/60] 2018-04-25 14:49:31,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 32/60] 2018-04-25 14:49:36,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 33/60] 2018-04-25 14:49:36,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 33/60] 2018-04-25 14:49:41,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 33/60] 2018-04-25 14:49:41,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 33/60] 2018-04-25 14:49:46,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 33/60] 2018-04-25 14:49:46,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 33/60] 2018-04-25 14:49:46,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 33/60] 2018-04-25 14:49:46,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 33/60] 2018-04-25 14:49:46,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 33/60] 2018-04-25 14:49:46,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 33/60] 2018-04-25 14:49:51,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 34/60] 2018-04-25 14:49:51,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 34/60] 2018-04-25 14:49:51,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 34/60] 2018-04-25 14:49:51,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 34/60] 2018-04-25 14:49:51,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 33/60] 2018-04-25 14:49:56,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 34/60] 2018-04-25 14:49:56,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 34/60] 2018-04-25 14:50:02,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 34/60] 2018-04-25 14:50:02,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 34/60] 2018-04-25 14:50:02,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 34/60] 2018-04-25 14:50:02,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 34/60] 2018-04-25 14:50:07,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 34/60] 2018-04-25 14:50:07,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 34/60] 2018-04-25 14:50:07,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 34/60] 2018-04-25 14:50:07,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 34/60] 2018-04-25 14:50:07,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 35/60] 2018-04-25 14:50:12,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 35/60] 2018-04-25 14:50:12,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 35/60] 2018-04-25 14:50:12,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 35/60] 2018-04-25 14:50:12,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 34/60] 2018-04-25 14:50:12,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 35/60] 2018-04-25 14:50:12,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 35/60] 2018-04-25 14:50:22,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 35/60] 2018-04-25 14:50:22,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 35/60] 2018-04-25 14:50:22,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 35/60] 2018-04-25 14:50:22,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 35/60] 2018-04-25 14:50:22,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 35/60] 2018-04-25 14:50:27,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 35/60] 2018-04-25 14:50:27,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 35/60] 2018-04-25 14:50:27,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 35/60] 2018-04-25 14:50:27,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 36/60] 2018-04-25 14:50:27,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 36/60] 2018-04-25 14:50:27,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 36/60] 2018-04-25 14:50:27,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 35/60] 2018-04-25 14:50:27,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 36/60] 2018-04-25 14:50:32,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 36/60] 2018-04-25 14:50:32,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 36/60] 2018-04-25 14:50:38,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 36/60] 2018-04-25 14:50:38,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 36/60] 2018-04-25 14:50:43,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 36/60] 2018-04-25 14:50:43,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 36/60] 2018-04-25 14:50:43,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 36/60] 2018-04-25 14:50:43,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 36/60] 2018-04-25 14:50:43,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 36/60] 2018-04-25 14:50:43,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 36/60] 2018-04-25 14:50:48,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 37/60] 2018-04-25 14:50:48,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 37/60] 2018-04-25 14:50:48,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 36/60] 2018-04-25 14:50:48,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 37/60] 2018-04-25 14:50:48,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 37/60] 2018-04-25 14:50:53,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 37/60] 2018-04-25 14:50:53,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 37/60] 2018-04-25 14:50:58,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 37/60] 2018-04-25 14:50:58,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 37/60] 2018-04-25 14:50:58,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 37/60] 2018-04-25 14:50:58,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 37/60] 2018-04-25 14:51:03,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 37/60] 2018-04-25 14:51:03,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 37/60] 2018-04-25 14:51:03,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 37/60] 2018-04-25 14:51:03,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 37/60] 2018-04-25 14:51:08,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 38/60] 2018-04-25 14:51:08,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 38/60] 2018-04-25 14:51:08,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 38/60] 2018-04-25 14:51:08,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 38/60] 2018-04-25 14:51:08,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 37/60] 2018-04-25 14:51:08,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 38/60] 2018-04-25 14:51:14,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 38/60] 2018-04-25 14:51:19,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 38/60] 2018-04-25 14:51:19,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 38/60] 2018-04-25 14:51:19,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 38/60] 2018-04-25 14:51:19,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 38/60] 2018-04-25 14:51:24,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 38/60] 2018-04-25 14:51:24,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 38/60] 2018-04-25 14:51:24,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 38/60] 2018-04-25 14:51:24,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 38/60] 2018-04-25 14:51:24,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 39/60] 2018-04-25 14:51:24,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 39/60] 2018-04-25 14:51:24,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 39/60] 2018-04-25 14:51:24,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 39/60] 2018-04-25 14:51:24,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 38/60] 2018-04-25 14:51:29,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 39/60] 2018-04-25 14:51:29,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 39/60] 2018-04-25 14:51:34,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 39/60] 2018-04-25 14:51:34,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 39/60] 2018-04-25 14:51:39,916 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 39/60] 2018-04-25 14:51:39,917 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 39/60] 2018-04-25 14:51:39,917 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 39/60] 2018-04-25 14:51:39,917 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 39/60] 2018-04-25 14:51:39,917 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 39/60] 2018-04-25 14:51:39,917 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 39/60] 2018-04-25 14:51:45,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 40/60] 2018-04-25 14:51:45,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 40/60] 2018-04-25 14:51:45,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 40/60] 2018-04-25 14:51:45,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 40/60] 2018-04-25 14:51:45,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 39/60] 2018-04-25 14:51:50,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 40/60] 2018-04-25 14:51:50,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 40/60] 2018-04-25 14:51:55,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 40/60] 2018-04-25 14:51:55,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 40/60] 2018-04-25 14:51:55,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 40/60] 2018-04-25 14:51:55,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 40/60] 2018-04-25 14:52:00,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 40/60] 2018-04-25 14:52:00,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 40/60] 2018-04-25 14:52:00,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 40/60] 2018-04-25 14:52:00,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 40/60] 2018-04-25 14:52:05,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 41/60] 2018-04-25 14:52:05,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 41/60] 2018-04-25 14:52:05,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 41/60] 2018-04-25 14:52:05,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 41/60] 2018-04-25 14:52:05,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 40/60] 2018-04-25 14:52:05,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 41/60] 2018-04-25 14:52:05,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 41/60] 2018-04-25 14:52:16,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 41/60] 2018-04-25 14:52:16,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 41/60] 2018-04-25 14:52:16,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 41/60] 2018-04-25 14:52:16,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 41/60] 2018-04-25 14:52:21,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 41/60] 2018-04-25 14:52:21,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 41/60] 2018-04-25 14:52:21,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 41/60] 2018-04-25 14:52:21,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 41/60] 2018-04-25 14:52:21,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 42/60] 2018-04-25 14:52:21,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 42/60] 2018-04-25 14:52:21,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 42/60] 2018-04-25 14:52:21,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 42/60] 2018-04-25 14:52:26,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 41/60] 2018-04-25 14:52:26,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 42/60] 2018-04-25 14:52:26,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 42/60] 2018-04-25 14:52:31,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 42/60] 2018-04-25 14:52:36,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 42/60] 2018-04-25 14:52:36,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 42/60] 2018-04-25 14:52:36,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 42/60] 2018-04-25 14:52:36,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 42/60] 2018-04-25 14:52:36,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 42/60] 2018-04-25 14:52:41,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 42/60] 2018-04-25 14:52:41,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 42/60] 2018-04-25 14:52:41,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 43/60] 2018-04-25 14:52:41,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 43/60] 2018-04-25 14:52:41,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 42/60] 2018-04-25 14:52:41,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 43/60] 2018-04-25 14:52:41,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 43/60] 2018-04-25 14:52:46,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 43/60] 2018-04-25 14:52:46,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 43/60] 2018-04-25 14:52:52,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 43/60] 2018-04-25 14:52:52,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 43/60] 2018-04-25 14:52:52,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 43/60] 2018-04-25 14:52:52,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 43/60] 2018-04-25 14:52:57,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 43/60] 2018-04-25 14:52:57,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 43/60] 2018-04-25 14:52:57,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 43/60] 2018-04-25 14:52:57,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 43/60] 2018-04-25 14:53:02,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 44/60] 2018-04-25 14:53:02,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 44/60] 2018-04-25 14:53:02,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 44/60] 2018-04-25 14:53:02,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 44/60] 2018-04-25 14:53:02,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 43/60] 2018-04-25 14:53:02,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 44/60] 2018-04-25 14:53:07,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 44/60] 2018-04-25 14:53:12,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 44/60] 2018-04-25 14:53:12,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 44/60] 2018-04-25 14:53:12,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 44/60] 2018-04-25 14:53:12,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 44/60] 2018-04-25 14:53:17,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 44/60] 2018-04-25 14:53:17,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 44/60] 2018-04-25 14:53:17,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 44/60] 2018-04-25 14:53:17,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 44/60] 2018-04-25 14:53:17,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 45/60] 2018-04-25 14:53:23,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 45/60] 2018-04-25 14:53:23,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 45/60] 2018-04-25 14:53:23,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 45/60] 2018-04-25 14:53:23,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 44/60] 2018-04-25 14:53:23,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 45/60] 2018-04-25 14:53:23,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 45/60] 2018-04-25 14:53:28,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 45/60] 2018-04-25 14:53:28,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 45/60] 2018-04-25 14:53:33,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 45/60] 2018-04-25 14:53:33,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 45/60] 2018-04-25 14:53:33,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 45/60] 2018-04-25 14:53:33,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 45/60] 2018-04-25 14:53:33,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 45/60] 2018-04-25 14:53:38,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 45/60] 2018-04-25 14:53:38,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 46/60] 2018-04-25 14:53:38,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 46/60] 2018-04-25 14:53:38,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 46/60] 2018-04-25 14:53:38,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 45/60] 2018-04-25 14:53:38,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 46/60] 2018-04-25 14:53:43,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 46/60] 2018-04-25 14:53:43,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 46/60] 2018-04-25 14:53:48,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 46/60] 2018-04-25 14:53:48,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 46/60] 2018-04-25 14:53:48,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 46/60] 2018-04-25 14:53:48,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 46/60] 2018-04-25 14:53:53,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 46/60] 2018-04-25 14:53:53,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 46/60] 2018-04-25 14:53:53,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 46/60] 2018-04-25 14:53:53,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 46/60] 2018-04-25 14:53:59,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 47/60] 2018-04-25 14:53:59,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 47/60] 2018-04-25 14:53:59,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 47/60] 2018-04-25 14:53:59,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 47/60] 2018-04-25 14:53:59,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 46/60] 2018-04-25 14:53:59,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 47/60] 2018-04-25 14:54:04,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 47/60] 2018-04-25 14:54:09,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 47/60] 2018-04-25 14:54:09,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 47/60] 2018-04-25 14:54:09,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 47/60] 2018-04-25 14:54:09,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 47/60] 2018-04-25 14:54:14,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 47/60] 2018-04-25 14:54:14,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 47/60] 2018-04-25 14:54:14,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 47/60] 2018-04-25 14:54:14,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 47/60] 2018-04-25 14:54:14,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 48/60] 2018-04-25 14:54:14,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 48/60] 2018-04-25 14:54:14,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 48/60] 2018-04-25 14:54:19,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 48/60] 2018-04-25 14:54:19,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 47/60] 2018-04-25 14:54:19,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 48/60] 2018-04-25 14:54:19,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 48/60] 2018-04-25 14:54:24,917 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 48/60] 2018-04-25 14:54:30,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 48/60] 2018-04-25 14:54:30,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 48/60] 2018-04-25 14:54:30,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 48/60] 2018-04-25 14:54:30,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 48/60] 2018-04-25 14:54:30,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 48/60] 2018-04-25 14:54:30,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 48/60] 2018-04-25 14:54:30,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 48/60] 2018-04-25 14:54:35,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 49/60] 2018-04-25 14:54:35,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 48/60] 2018-04-25 14:54:35,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 49/60] 2018-04-25 14:54:35,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 49/60] 2018-04-25 14:54:35,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 49/60] 2018-04-25 14:54:40,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 49/60] 2018-04-25 14:54:40,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 49/60] 2018-04-25 14:54:45,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 49/60] 2018-04-25 14:54:45,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 49/60] 2018-04-25 14:54:45,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 49/60] 2018-04-25 14:54:45,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 49/60] 2018-04-25 14:54:50,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 49/60] 2018-04-25 14:54:50,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 49/60] 2018-04-25 14:54:50,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 49/60] 2018-04-25 14:54:50,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 49/60] 2018-04-25 14:54:55,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 50/60] 2018-04-25 14:54:55,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 50/60] 2018-04-25 14:54:55,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 50/60] 2018-04-25 14:54:55,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 50/60] 2018-04-25 14:54:55,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 49/60] 2018-04-25 14:54:55,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 50/60] 2018-04-25 14:55:01,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 50/60] 2018-04-25 14:55:06,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 50/60] 2018-04-25 14:55:06,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 50/60] 2018-04-25 14:55:06,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 50/60] 2018-04-25 14:55:06,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 50/60] 2018-04-25 14:55:11,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 50/60] 2018-04-25 14:55:11,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 50/60] 2018-04-25 14:55:11,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 50/60] 2018-04-25 14:55:11,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 50/60] 2018-04-25 14:55:11,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 51/60] 2018-04-25 14:55:16,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 51/60] 2018-04-25 14:55:16,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 51/60] 2018-04-25 14:55:16,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 51/60] 2018-04-25 14:55:16,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 50/60] 2018-04-25 14:55:16,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 51/60] 2018-04-25 14:55:16,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 51/60] 2018-04-25 14:55:21,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 51/60] 2018-04-25 14:55:21,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 51/60] 2018-04-25 14:55:26,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 51/60] 2018-04-25 14:55:26,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 51/60] 2018-04-25 14:55:26,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 51/60] 2018-04-25 14:55:26,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 51/60] 2018-04-25 14:55:26,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 51/60] 2018-04-25 14:55:32,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 51/60] 2018-04-25 14:55:32,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 52/60] 2018-04-25 14:55:32,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 52/60] 2018-04-25 14:55:32,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 52/60] 2018-04-25 14:55:32,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 52/60] 2018-04-25 14:55:32,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 51/60] 2018-04-25 14:55:37,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 52/60] 2018-04-25 14:55:37,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 52/60] 2018-04-25 14:55:42,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 52/60] 2018-04-25 14:55:42,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 52/60] 2018-04-25 14:55:42,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 52/60] 2018-04-25 14:55:47,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 52/60] 2018-04-25 14:55:47,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 52/60] 2018-04-25 14:55:47,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 52/60] 2018-04-25 14:55:47,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 52/60] 2018-04-25 14:55:47,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 52/60] 2018-04-25 14:55:52,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 53/60] 2018-04-25 14:55:52,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 53/60] 2018-04-25 14:55:52,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 53/60] 2018-04-25 14:55:52,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 52/60] 2018-04-25 14:55:52,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 53/60] 2018-04-25 14:55:57,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 53/60] 2018-04-25 14:55:57,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 53/60] 2018-04-25 14:56:02,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 53/60] 2018-04-25 14:56:02,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 53/60] 2018-04-25 14:56:02,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 53/60] 2018-04-25 14:56:02,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 53/60] 2018-04-25 14:56:08,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 53/60] 2018-04-25 14:56:08,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 53/60] 2018-04-25 14:56:08,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 53/60] 2018-04-25 14:56:08,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 53/60] 2018-04-25 14:56:08,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 54/60] 2018-04-25 14:56:13,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 53/60] 2018-04-25 14:56:13,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 54/60] 2018-04-25 14:56:13,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 54/60] 2018-04-25 14:56:13,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 54/60] 2018-04-25 14:56:13,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 54/60] 2018-04-25 14:56:13,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 54/60] 2018-04-25 14:56:18,406 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 54/60] 2018-04-25 14:56:23,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 54/60] 2018-04-25 14:56:23,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 54/60] 2018-04-25 14:56:23,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 54/60] 2018-04-25 14:56:23,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 54/60] 2018-04-25 14:56:28,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 54/60] 2018-04-25 14:56:28,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 54/60] 2018-04-25 14:56:28,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 54/60] 2018-04-25 14:56:28,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 55/60] 2018-04-25 14:56:28,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 55/60] 2018-04-25 14:56:28,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 55/60] 2018-04-25 14:56:28,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 55/60] 2018-04-25 14:56:28,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 54/60] 2018-04-25 14:56:33,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 55/60] 2018-04-25 14:56:33,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 55/60] 2018-04-25 14:56:38,941 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 55/60] 2018-04-25 14:56:38,941 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 55/60] 2018-04-25 14:56:44,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 55/60] 2018-04-25 14:56:44,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 55/60] 2018-04-25 14:56:44,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 55/60] 2018-04-25 14:56:44,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 55/60] 2018-04-25 14:56:44,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 55/60] 2018-04-25 14:56:44,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 55/60] 2018-04-25 14:56:49,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 56/60] 2018-04-25 14:56:49,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 56/60] 2018-04-25 14:56:49,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 56/60] 2018-04-25 14:56:49,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 56/60] 2018-04-25 14:56:49,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 55/60] 2018-04-25 14:56:54,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 56/60] 2018-04-25 14:56:54,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 56/60] 2018-04-25 14:56:59,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 56/60] 2018-04-25 14:56:59,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 56/60] 2018-04-25 14:56:59,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 56/60] 2018-04-25 14:56:59,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 56/60] 2018-04-25 14:57:04,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 56/60] 2018-04-25 14:57:04,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 56/60] 2018-04-25 14:57:04,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 56/60] 2018-04-25 14:57:04,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 56/60] 2018-04-25 14:57:09,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 57/60] 2018-04-25 14:57:09,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 57/60] 2018-04-25 14:57:09,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 57/60] 2018-04-25 14:57:09,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 57/60] 2018-04-25 14:57:09,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 56/60] 2018-04-25 14:57:09,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 57/60] 2018-04-25 14:57:09,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 57/60] 2018-04-25 14:57:20,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 57/60] 2018-04-25 14:57:20,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 57/60] 2018-04-25 14:57:20,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 57/60] 2018-04-25 14:57:20,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 57/60] 2018-04-25 14:57:20,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 57/60] 2018-04-25 14:57:25,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 57/60] 2018-04-25 14:57:25,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 57/60] 2018-04-25 14:57:25,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 57/60] 2018-04-25 14:57:25,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 58/60] 2018-04-25 14:57:25,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 58/60] 2018-04-25 14:57:25,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 58/60] 2018-04-25 14:57:25,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 58/60] 2018-04-25 14:57:30,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 57/60] 2018-04-25 14:57:30,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 58/60] 2018-04-25 14:57:30,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 58/60] 2018-04-25 14:57:35,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 58/60] 2018-04-25 14:57:35,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 58/60] 2018-04-25 14:57:40,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 58/60] 2018-04-25 14:57:40,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 58/60] 2018-04-25 14:57:40,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 58/60] 2018-04-25 14:57:40,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 58/60] 2018-04-25 14:57:45,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 58/60] 2018-04-25 14:57:45,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 58/60] 2018-04-25 14:57:45,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 59/60] 2018-04-25 14:57:45,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 59/60] 2018-04-25 14:57:45,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 59/60] 2018-04-25 14:57:45,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 59/60] 2018-04-25 14:57:45,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 58/60] 2018-04-25 14:57:51,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 59/60] 2018-04-25 14:57:51,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) [retry 59/60] 2018-04-25 14:57:56,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 59/60] 2018-04-25 14:57:56,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 59/60] 2018-04-25 14:57:56,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 59/60] 2018-04-25 14:57:56,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 59/60] 2018-04-25 14:58:01,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) [retry 59/60] 2018-04-25 14:58:01,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) [retry 59/60] 2018-04-25 14:58:01,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 59/60] 2018-04-25 14:58:01,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 59/60] 2018-04-25 14:58:06,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 60/60] 2018-04-25 14:58:06,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 60/60] 2018-04-25 14:58:06,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 60/60] 2018-04-25 14:58:06,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 60/60] 2018-04-25 14:58:06,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) [retry 59/60] 2018-04-25 14:58:06,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) [retry 60/60] 2018-04-25 14:58:06,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution failed: RuntimeError: Workflow failed: Task failed 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) 2018-04-25 14:58:06,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {u'status': u'failed', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'clearwater-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-04-25T14:35:37.655Z', u'created_by': u'admin', u'private_resource': False, u'workflow_id': u'install', u'error': u'Traceback (most recent call last):\n File "/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py", line 502, in _remote_workflow_child_thread\n File "/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py", line 533, in _execute_workflow_function\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/workflows.py", line 27, in install\n node_instances=set(ctx.node_instances))\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py", line 28, in install_node_instances\n processor.install()\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py", line 93, in install\n graph_finisher_func=self._finish_install)\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py", line 114, in _process_node_instances\n self.graph.execute()\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py", line 133, in execute\n self._handle_terminated_task(task)\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py", line 207, in _handle_terminated_task\n raise RuntimeError(message)\nRuntimeError: Workflow failed: Task failed \'cloudify_agent.installer.operations.create\' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time)\n', u'deployment_id': u'clearwater-opnfv', u'id': u'2ad36481-7535-432a-9ad8-66eed12c4c63'} 2018-04-25 14:58:06,496 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-25 14:58:06,496 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-25 14:58:07,026 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-25 14:58:07,027 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 29:22 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-25 14:58:07,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-04-25 14:58:12,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-04-25 14:58:12,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:58:12,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:58:12,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:58:12,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:58:12,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:58:12,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:58:12,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-04-25 14:58:12,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-04-25 14:58:12,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-04-25 14:58:12,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-04-25 14:58:12,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-04-25 14:58:12,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-25 14:58:12,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-25 14:58:12,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-25 14:58:12,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-25 14:58:12,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-25 14:58:12,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-25 14:58:12,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-04-25 14:58:12,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-04-25 14:58:12,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:58:12,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-sprout-host-retvx1 sudo: monit: command not found 2018-04-25 14:58:12,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:58:12,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-04-25 14:58:12,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:58:12,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-04-25 14:58:12,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-04-25 14:58:12,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:58:12,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:58:12,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:58:12,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-04-25 14:58:12,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:58:12,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-25 14:58:12,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-25 14:58:12,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.uninstall' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-04-25 14:58:12,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-25 14:58:12,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-04-25 14:58:12,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-25 14:58:12,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-25 14:58:12,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.uninstall' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-04-25 14:58:12,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-04-25 14:58:12,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-25 14:58:12,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.uninstall' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-04-25 14:58:12,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-25 14:58:12,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-25 14:58:12,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-25 14:58:17,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-25 14:58:17,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-sprout-host-retvx1 clearwater-etcd: unrecognized service 2018-04-25 14:58:17,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-25 14:58:17,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-04-25 14:58:17,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:58:17,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-04-25 14:58:17,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-ellis-host-mkir1d sudo: monit: command not found 2018-04-25 14:58:17,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-04-25 14:58:17,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.stop' -> Failed executing command: python -c "import sys; import platform, json; sys.stdout.write('###CLOUDIFYCOMMANDOPEN{0}CLOUDIFYCOMMANDCLOSE###\n'.format(json.dumps(platform.dist())))". error: Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) 2018-04-25 14:58:17,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.stop' -> Failed executing command: python -c "import sys; import platform, json; sys.stdout.write('###CLOUDIFYCOMMANDOPEN{0}CLOUDIFYCOMMANDCLOSE###\n'.format(json.dumps(platform.dist())))". error: Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) 2018-04-25 14:58:17,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-25 14:58:17,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.stop' -> Failed executing command: python -c "import sys; import platform, json; sys.stdout.write('###CLOUDIFYCOMMANDOPEN{0}CLOUDIFYCOMMANDCLOSE###\n'.format(json.dumps(platform.dist())))". error: Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) 2018-04-25 14:58:17,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-25 14:58:17,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-25 14:58:17,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-25 14:58:17,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-25 14:58:17,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-25 14:58:17,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-04-25 14:58:17,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-04-25 14:58:17,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-04-25 14:58:17,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:58:17,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-25 14:58:17,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-25 14:58:17,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-25 14:58:17,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-25 14:58:17,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-25 14:58:23,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-25 14:58:23,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-04-25 14:58:23,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-04-25 14:58:23,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-25 14:58:23,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-25 14:58:23,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-ellis-host-mkir1d clearwater-etcd: unrecognized service 2018-04-25 14:58:23,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-04-25 14:58:23,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:58:23,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.delete' -> Failed executing command: python -c "import sys; import platform, json; sys.stdout.write('###CLOUDIFYCOMMANDOPEN{0}CLOUDIFYCOMMANDCLOSE###\n'.format(json.dumps(platform.dist())))". error: Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) 2018-04-25 14:58:23,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-25 14:58:23,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-25 14:58:23,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.delete' -> Failed executing command: python -c "import sys; import platform, json; sys.stdout.write('###CLOUDIFYCOMMANDOPEN{0}CLOUDIFYCOMMANDCLOSE###\n'.format(json.dumps(platform.dist())))". error: Low level socket error connecting to host 10.67.79.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) 2018-04-25 14:58:23,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-25 14:58:23,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-25 14:58:23,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.delete' -> Failed executing command: python -c "import sys; import platform, json; sys.stdout.write('###CLOUDIFYCOMMANDOPEN{0}CLOUDIFYCOMMANDCLOSE###\n'.format(json.dumps(platform.dist())))". error: Low level socket error connecting to host 10.67.79.11 on port 22: Unable to connect to port 22 on 10.67.79.11 (tried 1 time) 2018-04-25 14:58:23,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-25 14:58:23,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-25 14:58:23,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-04-25 14:58:23,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:23,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:23,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-25 14:58:23,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-25 14:58:23,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-04-25 14:58:23,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-04-25 14:58:23,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-25 14:58:23,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:23,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:28,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:28,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:28,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-04-25 14:58:28,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-25 14:58:28,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-25 14:58:28,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-25 14:58:28,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-04-25 14:58:28,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-25 14:58:28,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-25 14:58:28,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-25 14:58:28,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:28,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_homer not associated with the instance e1e61cfe-1921-423c-97f8-a866b1ff5e6e [status_code=404] 2018-04-25 14:58:28,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:28,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:28,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:28,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_vellum not associated with the instance 66326ca3-7495-498d-b106-4624ab344e98 [status_code=404] 2018-04-25 14:58:28,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:28,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:28,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_dime not associated with the instance 3fa9df36-f1d2-488d-a518-fd9bc90278a8 [status_code=404] 2018-04-25 14:58:28,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-25 14:58:28,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-25 14:58:28,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-04-25 14:58:33,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_base not associated with the instance e1e61cfe-1921-423c-97f8-a866b1ff5e6e [status_code=404] 2018-04-25 14:58:33,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_base not associated with the instance 3fa9df36-f1d2-488d-a518-fd9bc90278a8 [status_code=404] 2018-04-25 14:58:33,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_base not associated with the instance 66326ca3-7495-498d-b106-4624ab344e98 [status_code=404] 2018-04-25 14:58:33,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-25 14:58:33,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-25 14:58:33,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-04-25 14:58:33,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-25 14:58:33,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:58:33,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-25 14:58:33,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-25 14:58:33,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:58:33,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-25 14:58:33,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-25 14:58:33,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:58:33,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-bono-host-2bs8y2 sudo: monit: command not found 2018-04-25 14:58:33,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:33,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-25 14:58:33,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-25 14:58:33,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-25 14:58:33,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:33,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-04-25 14:58:33,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:58:33,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-25 14:58:33,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-25 14:58:33,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-25 14:58:33,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-25 14:58:33,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-04-25 14:58:38,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-25 14:58:38,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-04-25 14:58:38,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:38,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-04-25 14:58:38,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:38,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:38,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:58:38,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-25 14:58:44,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-25 14:58:44,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-25 14:58:44,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-25 14:58:44,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:58:44,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:58:44,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-25 14:58:44,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:58:44,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:58:44,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:58:44,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-25 14:58:44,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-25 14:58:44,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-25 14:58:44,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-25 14:58:44,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-25 14:58:44,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-25 14:58:44,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-25 14:58:44,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:44,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:44,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:44,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:44,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:44,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-04-25 14:58:49,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:49,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-25 14:58:49,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-25 14:58:49,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:49,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:58:49,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:49,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:54,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:58:54,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-bono-host-2bs8y2 clearwater-etcd: unrecognized service 2018-04-25 14:58:54,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:58:54,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-25 14:58:54,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-25 14:58:54,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:58:54,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:58:54,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:58:54,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:58:54,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-04-25 14:58:54,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-04-25 14:58:54,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:58:59,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:58:59,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:58:59,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-04-25 14:58:59,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-25 14:58:59,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.uninstall' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-04-25 14:58:59,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-04-25 14:58:59,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.uninstall' -> Missing cloudify_agent.queue runtime information. This most likely means that the Compute node was never started successfully 2018-04-25 14:58:59,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-25 14:58:59,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-25 14:58:59,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-25 14:58:59,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-25 14:58:59,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-25 14:58:59,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-25 14:58:59,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:58:59,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:58:59,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-25 14:58:59,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-25 14:58:59,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-04-25 14:58:59,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-04-25 14:58:59,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-04-25 14:58:59,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-25 14:59:05,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.stop' -> Failed executing command: python -c "import sys; import platform, json; sys.stdout.write('###CLOUDIFYCOMMANDOPEN{0}CLOUDIFYCOMMANDCLOSE###\n'.format(json.dumps(platform.dist())))". error: Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) 2018-04-25 14:59:05,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-25 14:59:05,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.stop' -> Failed executing command: python -c "import sys; import platform, json; sys.stdout.write('###CLOUDIFYCOMMANDOPEN{0}CLOUDIFYCOMMANDCLOSE###\n'.format(json.dumps(platform.dist())))". error: Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) 2018-04-25 14:59:05,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-25 14:59:05,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-25 14:59:05,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-25 14:59:05,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-25 14:59:05,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-25 14:59:05,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-25 14:59:05,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:59:05,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:59:05,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-04-25 14:59:05,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:59:05,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-25 14:59:05,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-25 14:59:05,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:59:05,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-04-25 14:59:05,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-25 14:59:05,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.delete' -> Failed executing command: python -c "import sys; import platform, json; sys.stdout.write('###CLOUDIFYCOMMANDOPEN{0}CLOUDIFYCOMMANDCLOSE###\n'.format(json.dumps(platform.dist())))". error: Low level socket error connecting to host 10.67.79.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) 2018-04-25 14:59:05,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-25 14:59:05,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'cloudify_agent.installer.operations.delete' -> Failed executing command: python -c "import sys; import platform, json; sys.stdout.write('###CLOUDIFYCOMMANDOPEN{0}CLOUDIFYCOMMANDCLOSE###\n'.format(json.dumps(platform.dist())))". error: Low level socket error connecting to host 10.67.79.13 on port 22: Unable to connect to port 22 on 10.67.79.13 (tried 1 time) 2018-04-25 14:59:05,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-25 14:59:05,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-25 14:59:10,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-25 14:59:10,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-04-25 14:59:10,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-25 14:59:10,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-25 14:59:10,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-04-25 14:59:10,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:59:10,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-25 14:59:10,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-25 14:59:10,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-04-25 14:59:10,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_floatingip' -> Floating IP 172.30.9.211 is not associated with instance 10bf583f-a688-4ab0-808a-bf1920d908a9. [status_code=409] 2018-04-25 14:59:15,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:59:15,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:59:15,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_bind not associated with the instance 10bf583f-a688-4ab0-808a-bf1920d908a9 [status_code=404] 2018-04-25 14:59:15,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:59:15,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-25 14:59:20,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-25 14:59:20,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-25 14:59:20,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'nova_plugin.server.disconnect_security_group' -> Security group clearwater-sg_base not associated with the instance 10bf583f-a688-4ab0-808a-bf1920d908a9 [status_code=404] 2018-04-25 14:59:20,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:59:20,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-25 14:59:25,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-25 14:59:31,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:59:31,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 14:59:31,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:59:31,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 14:59:31,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-25 14:59:31,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-25 14:59:31,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-04-25 14:59:31,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-04-25 14:59:31,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-25 14:59:31,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-04-25 14:59:41,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-04-25 14:59:41,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-25 14:59:41,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-25 14:59:41,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-25 15:00:37,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-04-25 15:00:37,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-25 15:00:37,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-25 15:00:37,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-25 15:01:49,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-04-25 15:01:49,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-25 15:01:49,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-25 15:01:55,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-25 15:01:55,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-04-25 15:01:55,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-04-25 15:02:00,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-04-25 15:02:00,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-25 15:02:00,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-25 15:02:05,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-25 15:02:05,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-25 15:02:05,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-25 15:02:10,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-25 15:02:10,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-25 15:02:10,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-25 15:02:15,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-25 15:02:15,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 15:02:15,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-25 15:02:15,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-25 15:02:20,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-25 15:02:26,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 15:02:26,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 15:02:26,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 15:02:26,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 15:02:26,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-25 15:02:26,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 15:02:26,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 15:02:26,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-25 15:02:26,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-25 15:02:26,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-25 15:02:26,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-25 15:02:26,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 15:02:26,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 15:02:26,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-04-25 15:02:26,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-25 15:02:26,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-25 15:02:26,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-04-25 15:02:26,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-04-25 15:02:26,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-25 15:02:26,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-04-25 15:02:26,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-04-25 15:02:26,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-25 15:02:26,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-25 15:02:26,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-25 15:02:26,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-04-25 15:02:27,826 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-25 15:02:47,548 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-04-25 15:02:47,548 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-04-25 15:02:47,809 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-25 15:02:48,183 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-04-25 15:02:48,184 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-04-25 15:02:48,205 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.medium'}}, 'descriptor': {u'url': u'https://github.com/oolorg/opnfv-vnf-vyos-blueprint/', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-04-25 15:02:48,209 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-25 15:02:48,230 - 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-04-25 15:02:48,230 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-04-25 15:02:51,189 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-0bbd8211-6ab8-4915-bdc9-3f827e6957e0, password=9606dcb4-f878-4462-ba9f-fec828b70532, auth_url=http://172.30.9.30:5000/v3, project_name=vyos_vrouter-0bbd8211-6ab8-4915-bdc9-3f827e6957e0, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-04-25 15:02:51,189 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-04-25 15:02:51,189 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-04-25 15:02:51,189 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-04-25 15:04:17,573 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-04-25 15:04:30,444 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-04-25 15:04:31,264 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-04-25 15:04:40,282 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-04-25 15:04:43,611 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-04-25 15:04:44,299 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-04-25 15:07:28,639 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Attemps running status of the Manager 2018-04-25 15:07:31,652 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-25 15:08:01,830 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - The current manager status is running 2018-04-25 15:08:31,861 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager is up and running 2018-04-25 15:08:31,861 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-04-25 15:08:33,644 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo cp ~/cloudify_vrouter.pem /etc/cloudify/ stdout: 2018-04-25 15:08:33,699 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_vrouter.pem stdout: 2018-04-25 15:10:15,712 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo yum install -y gcc python-devel stdout: Loaded plugins: fastestmirror Determining fastest mirrors * base: repo1.sea.innoscale.net * extras: mirror.linuxfix.com * updates: mirror.sfo12.us.leaseweb.net Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-16.el7_4.2 will be installed --> Processing Dependency: libgomp = 4.8.5-16.el7_4.2 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: cpp = 4.8.5-16.el7_4.2 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: libgcc >= 4.8.5-16.el7_4.2 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-16.el7_4.2.x86_64 ---> Package python-devel.x86_64 0:2.7.5-58.el7 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-58.el7 for package: python-devel-2.7.5-58.el7.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-16.el7_4.2 will be installed ---> Package glibc-devel.x86_64 0:2.17-196.el7_4.2 will be installed --> Processing Dependency: glibc-headers = 2.17-196.el7_4.2 for package: glibc-devel-2.17-196.el7_4.2.x86_64 --> Processing Dependency: glibc = 2.17-196.el7_4.2 for package: glibc-devel-2.17-196.el7_4.2.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-196.el7_4.2.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-16.el7_4.2 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-16.el7_4.2 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-58.el7 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-58.el7 for package: python-2.7.5-58.el7.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-196.el7_4.2 will be an update ---> Package glibc-headers.x86_64 0:2.17-196.el7_4.2 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-196.el7_4.2.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-196.el7_4.2.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-58.el7 will be an update --> 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-196.el7_4.2 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-693.21.1.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-16.el7_4.2 updates 16 M python-devel x86_64 2.7.5-58.el7 base 395 k Installing for dependencies: cpp x86_64 4.8.5-16.el7_4.2 updates 6.0 M glibc-devel x86_64 2.17-196.el7_4.2 updates 1.1 M glibc-headers x86_64 2.17-196.el7_4.2 updates 676 k kernel-headers x86_64 3.10.0-693.21.1.el7 updates 6.0 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-196.el7_4.2 updates 3.6 M glibc-common x86_64 2.17-196.el7_4.2 updates 11 M libgcc x86_64 4.8.5-16.el7_4.2 updates 98 k libgomp x86_64 4.8.5-16.el7_4.2 updates 154 k python x86_64 2.7.5-58.el7 base 91 k python-libs x86_64 2.7.5-58.el7 base 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 6 Dependent packages) Total download size: 52 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 8.6 MB/s | 52 MB 00:05 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-16.el7_4.2.x86_64 1/20 Updating : glibc-2.17-196.el7_4.2.x86_64 2/20 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Updating : glibc-common-2.17-196.el7_4.2.x86_64 3/20 Installing : mpfr-3.1.1-4.el7.x86_64 4/20 Installing : libmpc-1.0.1-3.el7.x86_64 5/20 Updating : python-libs-2.7.5-58.el7.x86_64 6/20 Updating : python-2.7.5-58.el7.x86_64 7/20 Installing : cpp-4.8.5-16.el7_4.2.x86_64 8/20 Updating : libgomp-4.8.5-16.el7_4.2.x86_64 9/20 Installing : kernel-headers-3.10.0-693.21.1.el7.x86_64 10/20 Installing : glibc-headers-2.17-196.el7_4.2.x86_64 11/20 Installing : glibc-devel-2.17-196.el7_4.2.x86_64 12/20 Installing : gcc-4.8.5-16.el7_4.2.x86_64 13/20 Installing : python-devel-2.7.5-58.el7.x86_64 14/20 Cleanup : python-2.7.5-48.el7.x86_64 15/20 Cleanup : python-libs-2.7.5-48.el7.x86_64 16/20 Cleanup : libgomp-4.8.5-11.el7.x86_64 17/20 Cleanup : glibc-2.17-157.el7_3.1.x86_64 18/20 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 19/20 Cleanup : libgcc-4.8.5-11.el7.x86_64 20/20 Verifying : python-devel-2.7.5-58.el7.x86_64 1/20 Verifying : glibc-common-2.17-196.el7_4.2.x86_64 2/20 Verifying : mpfr-3.1.1-4.el7.x86_64 3/20 Verifying : python-2.7.5-58.el7.x86_64 4/20 Verifying : glibc-devel-2.17-196.el7_4.2.x86_64 5/20 Verifying : libgcc-4.8.5-16.el7_4.2.x86_64 6/20 Verifying : python-libs-2.7.5-58.el7.x86_64 7/20 Verifying : kernel-headers-3.10.0-693.21.1.el7.x86_64 8/20 Verifying : gcc-4.8.5-16.el7_4.2.x86_64 9/20 Verifying : libgomp-4.8.5-16.el7_4.2.x86_64 10/20 Verifying : cpp-4.8.5-16.el7_4.2.x86_64 11/20 Verifying : glibc-headers-2.17-196.el7_4.2.x86_64 12/20 Verifying : glibc-2.17-196.el7_4.2.x86_64 13/20 Verifying : libmpc-1.0.1-3.el7.x86_64 14/20 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 15/20 Verifying : glibc-2.17-157.el7_3.1.x86_64 16/20 Verifying : python-libs-2.7.5-48.el7.x86_64 17/20 Verifying : libgcc-4.8.5-11.el7.x86_64 18/20 Verifying : python-2.7.5-48.el7.x86_64 19/20 Verifying : libgomp-4.8.5-11.el7.x86_64 20/20 Installed: gcc.x86_64 0:4.8.5-16.el7_4.2 python-devel.x86_64 0:2.7.5-58.el7 Dependency Installed: cpp.x86_64 0:4.8.5-16.el7_4.2 glibc-devel.x86_64 0:2.17-196.el7_4.2 glibc-headers.x86_64 0:2.17-196.el7_4.2 kernel-headers.x86_64 0:3.10.0-693.21.1.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-196.el7_4.2 glibc-common.x86_64 0:2.17-196.el7_4.2 libgcc.x86_64 0:4.8.5-16.el7_4.2 libgomp.x86_64 0:4.8.5-16.el7_4.2 python.x86_64 0:2.7.5-58.el7 python-libs.x86_64 0:2.7.5-58.el7 Complete! 2018-04-25 15:10:15,713 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-04-25 15:10:17,938 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for vrouter 2018-04-25 15:10:21,329 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - snaps creds: OSCreds - username=cloudify_network_bug-0bbd8211-6ab8-4915-bdc9-3f827e6957e0, password=a3c1031e-2ed3-4419-9704-6a086a6611f8, auth_url=http://172.30.9.30:5000/v3, project_name=vyos_vrouter-0bbd8211-6ab8-4915-bdc9-3f827e6957e0, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-04-25 15:10:21,711 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-04-25 15:10:27,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-04-25 15:10:27,960 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-25 15:10:27,960 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-25 15:10:27,960 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-04-25 15:10:54,701 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-25 15:10:54,701 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-04-25 15:10:54,701 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2018-04-25 15:10:54,701 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-04-25 15:10:54,893 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-04-25 15:11:00,788 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-04-25 15:11:00,788 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-25 15:11:00,788 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-04-25 15:11:00,788 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-04-25 15:11:00,788 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-04-25 15:11:00,788 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-04-25 15:11:00,789 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-25 15:11:00,789 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-25 15:11:00,789 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-04-25 15:11:00,789 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-25 15:11:00,789 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-04-25 15:11:00,789 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-04-25 15:11:00,789 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-25 15:11:00,789 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-25 15:11:00,789 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-04-25 15:11:00,789 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-25 15:11:00,790 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-04-25 15:11:00,790 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-25 15:11:00,790 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-25 15:11:00,790 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-04-25 15:11:06,149 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-04-25 15:11:06,149 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-04-25 15:11:06,149 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-04-25 15:11:06,149 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-04-25 15:11:06,149 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-25 15:11:06,149 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-04-25 15:11:06,149 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-25 15:11:06,149 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-25 15:11:06,149 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-25 15:11:06,150 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-04-25 15:11:06,150 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-25 15:11:06,150 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-25 15:11:06,150 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-25 15:11:06,150 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-04-25 15:11:06,150 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-04-25 15:11:06,150 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-25 15:11:06,150 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-25 15:11:06,150 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-25 15:11:06,150 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-25 15:11:06,151 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-25 15:11:06,151 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-25 15:11:06,151 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-25 15:11:06,151 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2018-04-25 15:11:06,151 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2018-04-25 15:11:06,151 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-25 15:11:06,151 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-04-25 15:11:06,151 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-04-25 15:11:06,151 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-25 15:11:06,151 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-25 15:11:11,343 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-04-25 15:11:11,344 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-25 15:11:11,344 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-25 15:11:11,344 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2018-04-25 15:11:11,344 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-25 15:11:11,344 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-25 15:11:11,344 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-04-25 15:11:11,344 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-04-25 15:11:11,344 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-25 15:11:11,344 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-25 15:11:11,345 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-04-25 15:11:11,345 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-04-25 15:11:11,345 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-04-25 15:11:11,345 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-25 15:11:11,345 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-04-25 15:11:16,541 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-25 15:11:16,542 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-04-25 15:11:16,542 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-04-25 15:11:16,542 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-25 15:11:16,542 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-25 15:11:16,542 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-04-25 15:11:16,542 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-25 15:11:16,542 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-04-25 15:11:16,542 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-04-25 15:11:16,542 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-04-25 15:11:16,543 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-25 15:11:16,543 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-04-25 15:11:16,543 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-25 15:11:16,543 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2018-04-25 15:11:16,543 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2018-04-25 15:11:16,543 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-04-25 15:11:21,772 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-04-25 15:11:21,773 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2018-04-25 15:11:21,773 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-04-25 15:11:21,773 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-04-25 15:11:21,773 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-25 15:11:21,773 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-04-25 15:11:21,773 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-04-25 15:11:21,773 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-25 15:11:21,773 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-04-25 15:11:27,463 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-25 15:11:27,463 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-25 15:11:27,463 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-04-25 15:11:27,463 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-25 15:11:27,463 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-04-25 15:11:27,463 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-04-25 15:11:27,463 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-04-25 15:11:27,464 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-25 15:11:27,464 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-04-25 15:11:32,827 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-04-25 15:11:32,827 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-04-25 15:11:32,827 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-04-25 15:11:32,827 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-04-25 15:11:32,827 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-04-25 15:11:32,828 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-04-25 15:11:32,828 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-04-25 15:11:32,828 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-04-25 15:11:32,828 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-25 15:11:32,828 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-25 15:11:32,828 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-04-25 15:11:32,828 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-25 15:11:32,828 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-25 15:11:32,828 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-04-25 15:11:38,158 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-25 15:11:38,158 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-25 15:11:38,158 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-25 15:11:38,158 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-25 15:11:38,158 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-25 15:11:38,159 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-25 15:11:38,159 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-04-25 15:11:43,334 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-25 15:11:43,334 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-25 15:11:43,334 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-04-25 15:11:43,334 - 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-04-25 15:11:43,334 - 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-04-25 15:12:09,685 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-25 15:12:14,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-25 15:12:14,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-25 15:12:14,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-25 15:12:14,844 - 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-04-25 15:12:14,844 - 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-04-25 15:12:45,664 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-25 15:12:45,664 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-25 15:12:45,664 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-25 15:12:45,665 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-25 15:12:45,665 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-04-25 15:12:45,665 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-04-25 15:12:45,733 - 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-04-25T15:10:54.968Z', 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'c781252a-ca7c-4c12-9b67-45bbf6e8a2d2'} 2018-04-25 15:12:45,745 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2018-04-25 15:12:45,815 - 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.213'}, 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.208'}}, 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-04-25 15:12:45,888 - 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.213'}, 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.208'}}, 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-04-25 15:12:45,888 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2018-04-25 15:12:45,888 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.30.9.213 2018-04-25 15:12:48,589 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.8 2018-04-25 15:12:48,589 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:ef:7f:19 2018-04-25 15:12:51,365 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.13 2018-04-25 15:12:51,366 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:36:92:e8 2018-04-25 15:12:51,366 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2018-04-25 15:12:51,366 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.30.9.208 2018-04-25 15:12:54,008 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.14 2018-04-25 15:12:54,009 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:48:03:0d 2018-04-25 15:12:56,693 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.9 2018-04-25 15:12:56,694 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:f6:32:f8 2018-04-25 15:12:56,694 - functest.opnfv_tests.vnf.router.vrouter_base - DEBUG - request vnf's reboot. 2018-04-25 15:12:56,694 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reboot the reference_vnf 2018-04-25 15:12:58,197 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reboot the target_vnf 2018-04-25 15:13:29,818 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2018-04-25 15:13:29,832 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-25 15:13:29,852 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2018-04-25 15:13:29,862 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-25 15:13:29,878 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2018-04-25 15:13:29,878 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2018-04-25 15:13:29,887 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-25 15:13:29,949 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2018-04-25 15:13:29' 2018-04-25 15:13:29,949 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2018-04-25 15:13:29,949 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2018-04-25 15:13:29,958 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-25 15:13:29,978 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:14:00,009 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:14:30,010 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:15:00,025 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:15:30,043 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:16:00,074 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:16:30,103 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:17:00,133 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:17:30,163 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:18:00,193 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:18:30,223 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:19:00,253 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:19:30,283 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:20:00,302 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:20:30,319 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:21:00,323 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:21:30,343 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:22:00,360 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:22:30,363 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:23:00,392 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:23:30,421 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:24:00,445 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:24:30,475 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:25:00,506 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:25:30,506 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:26:00,518 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:26:30,538 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:27:00,569 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:27:30,600 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:28:00,607 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:28:30,608 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:29:00,640 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:29:30,646 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:30:00,677 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:30:30,687 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:31:00,690 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:31:30,721 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:32:00,751 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:32:30,768 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:33:00,788 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:33:30,818 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:34:00,849 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:34:30,880 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:35:00,889 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:35:30,893 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:36:00,924 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:36:30,932 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:37:00,933 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:37:30,963 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:38:00,993 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:38:31,019 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:39:01,050 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:39:31,081 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:40:01,112 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:40:31,134 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:41:01,154 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:41:31,157 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:42:01,188 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:42:31,213 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:43:01,244 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:43:31,273 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:44:01,303 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:44:31,333 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:45:01,335 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:45:31,350 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:46:01,381 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:46:31,403 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:47:01,405 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:47:31,436 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:48:01,457 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:48:31,473 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:49:01,496 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:49:31,497 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:50:01,528 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:50:31,548 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:51:01,579 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:51:31,603 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:52:01,633 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:52:31,663 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:53:01,666 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.208... 2018-04-25 15:53:31,696 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - WARNING - Cannot establish connection to IP '172.30.9.208' 2018-04-25 15:53:31,696 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - WARNING - Reboot target_vnf 2018-04-25 15:54:33,693 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 15:54:33,922 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.208. 2018-04-25 15:54:34,951 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-04-25 15:54:35,953 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-04-25 15:54:40,958 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-04-25 15:54:41,960 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-04-25 15:54:46,963 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-04-25 15:54:47,964 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-04-25 15:54:52,970 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.1.0/24 blackhole distance 1 2018-04-25 15:54:53,971 - 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-04-25 15:54:58,976 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.2.0/24 blackhole distance 1 2018-04-25 15:54:59,978 - 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-04-25 15:55:04,984 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.3.0/24 blackhole distance 1 2018-04-25 15:55:05,986 - 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-04-25 15:55:10,991 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.4.0/24 blackhole distance 1 2018-04-25 15:55:11,992 - 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-04-25 15:55:16,998 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.5.0/24 blackhole distance 1 2018-04-25 15:55:17,999 - 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-04-25 15:55:23,004 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.6.0/24 blackhole distance 1 2018-04-25 15:55:24,006 - 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-04-25 15:55:29,011 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.7.0/24 blackhole distance 1 2018-04-25 15:55:30,013 - 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-04-25 15:55:35,018 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.8.0/24 blackhole distance 1 2018-04-25 15:55:36,020 - 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-04-25 15:55:41,025 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.9.0/24 blackhole distance 1 2018-04-25 15:55:42,027 - 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-04-25 15:55:47,032 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.10.0/24 blackhole distance 1 2018-04-25 15:55:48,034 - 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-04-25 15:55:53,039 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-04-25 15:55:54,041 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-04-25 15:55:59,046 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.13 ebgp-multihop '2' 2018-04-25 15:56:00,047 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.13 ebgp-multihop '2' [edit] vyos@vyos# 2018-04-25 15:56:05,053 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.13 remote-as 65002 2018-04-25 15:56:06,054 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.13 remote-as 65002 [edit] vyos@vyos# 2018-04-25 15:56:11,060 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.13 update-source 12.0.0.9 2018-04-25 15:56:12,061 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.13 update-source 12.0.0.9 [edit] vyos@vyos# 2018-04-25 15:56:17,066 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.13 soft-reconfiguration inbound 2018-04-25 15:56:18,068 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.13 soft-reconfiguration inbou nd [edit] vyos@vyos# 2018-04-25 15:56:23,074 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.13 password lab0033 2018-04-25 15:56:24,075 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.13 password lab0033 [edit] vyos@vyos# 2018-04-25 15:56:29,080 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.1.0/24 2018-04-25 15:56:30,082 - 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-04-25 15:56:35,087 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.2.0/24 2018-04-25 15:56:36,089 - 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-04-25 15:56:41,094 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.3.0/24 2018-04-25 15:56:42,096 - 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-04-25 15:56:47,101 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.4.0/24 2018-04-25 15:56:48,103 - 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-04-25 15:56:53,108 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.5.0/24 2018-04-25 15:56:54,109 - 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-04-25 15:56:59,115 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.6.0/24 2018-04-25 15:57:00,116 - 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-04-25 15:57:05,122 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.7.0/24 2018-04-25 15:57:06,123 - 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-04-25 15:57:11,129 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.8.0/24 2018-04-25 15:57:12,130 - 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-04-25 15:57:17,134 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.9.0/24 2018-04-25 15:57:18,135 - 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-04-25 15:57:23,141 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.10.0/24 2018-04-25 15:57:24,142 - 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-04-25 15:57:29,143 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 parameters router-id 12.0.0.9 2018-04-25 15:57:30,144 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 parameters router-id 12.0.0.9 [edit] vyos@vyos# 2018-04-25 15:57:35,147 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-04-25 15:57:36,148 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [ protocols bgp 65001 neighbor 12.0.0.13 update-source 12.0.0.9 ] IP address 12.0.0.9/32 does not exist on this system [[protocols bgp 65001]] failed Commit failed [edit] vyos@vyos# 2018-04-25 15:57:41,265 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to reference vnf 2018-04-25 15:57:41,282 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-25 15:57:41,320 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.213. 2018-04-25 15:57:41,488 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.213. 2018-04-25 15:57:42,511 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-04-25 15:57:43,513 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-04-25 15:57:48,518 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-04-25 15:57:49,520 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-04-25 15:57:54,525 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-04-25 15:57:55,527 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-04-25 15:58:00,532 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.1.0/24 blackhole distance 1 2018-04-25 15:58:01,533 - 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-04-25 15:58:06,535 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.2.0/24 blackhole distance 1 2018-04-25 15:58:07,536 - 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-04-25 15:58:12,542 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.3.0/24 blackhole distance 1 2018-04-25 15:58:13,543 - 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-04-25 15:58:18,548 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.4.0/24 blackhole distance 1 2018-04-25 15:58:19,550 - 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-04-25 15:58:24,555 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.5.0/24 blackhole distance 1 2018-04-25 15:58:25,557 - 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-04-25 15:58:30,562 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.6.0/24 blackhole distance 1 2018-04-25 15:58:31,564 - 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-04-25 15:58:36,569 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.7.0/24 blackhole distance 1 2018-04-25 15:58:37,570 - 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-04-25 15:58:42,574 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.8.0/24 blackhole distance 1 2018-04-25 15:58:43,575 - 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-04-25 15:58:48,581 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.9.0/24 blackhole distance 1 2018-04-25 15:58:49,582 - 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-04-25 15:58:54,587 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.10.0/24 blackhole distance 1 2018-04-25 15:58:55,589 - 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-04-25 15:59:00,594 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-04-25 15:59:01,596 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-04-25 15:59:06,601 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.9 ebgp-multihop '2' 2018-04-25 15:59:07,603 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.9 ebgp-multihop '2' [edit] vyos@vyos# 2018-04-25 15:59:12,608 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.9 remote-as 65001 2018-04-25 15:59:13,610 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.9 remote-as 65001 [edit] vyos@vyos# 2018-04-25 15:59:18,615 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.9 update-source 12.0.0.13 2018-04-25 15:59:19,616 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.9 update-source 12.0.0.13 [edit] vyos@vyos# 2018-04-25 15:59:24,622 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.9 soft-reconfiguration inbound 2018-04-25 15:59:25,623 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.9 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-04-25 15:59:30,628 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.9 password lab0033 2018-04-25 15:59:31,630 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.9 password lab0033 [edit] vyos@vyos# 2018-04-25 15:59:36,633 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.1.0/24 2018-04-25 15:59:37,635 - 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-04-25 15:59:42,640 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.2.0/24 2018-04-25 15:59:43,642 - 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-04-25 15:59:48,647 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.3.0/24 2018-04-25 15:59:49,649 - 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-04-25 15:59:54,654 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.4.0/24 2018-04-25 15:59:55,655 - 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-04-25 16:00:00,661 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.5.0/24 2018-04-25 16:00:01,662 - 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-04-25 16:00:06,668 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.6.0/24 2018-04-25 16:00:07,669 - 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-04-25 16:00:12,674 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.7.0/24 2018-04-25 16:00:13,676 - 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-04-25 16:00:18,682 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.8.0/24 2018-04-25 16:00:19,684 - 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-04-25 16:00:24,685 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.9.0/24 2018-04-25 16:00:25,687 - 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-04-25 16:00:30,692 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.10.0/24 2018-04-25 16:00:31,694 - 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-04-25 16:00:36,699 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 parameters router-id 12.0.0.13 2018-04-25 16:00:37,700 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 parameters router-id 12.0.0.13 [edit] vyos@vyos# 2018-04-25 16:00:42,706 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-04-25 16:00:43,707 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [ protocols bgp 65002 neighbor 12.0.0.9 update-source 12.0.0.13 ] IP address 12.0.0.13/32 does not exist on this system [[protocols bgp 65002]] failed Commit failed [edit] vyos@vyos# 2018-04-25 16:00:48,777 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish config command. 2018-04-25 16:00:48,777 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Waiting for protocol stable. 2018-04-25 16:01:48,799 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start check method 2018-04-25 16:01:48,816 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-25 16:01:48,851 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-04-25 16:01:49,071 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.208. 2018-04-25 16:01:50,077 - functest.opnfv_tests.vnf.router.vnf_controller.checker - DEBUG - init checker 2018-04-25 16:02:20,187 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - INFO - Test result: +-------------------------------+----------------+ | TEST ITEM | RESULT | +-------------------------------+----------------+ | Check bgp peer | NG | | Check bgp status | NG | | Check route advertise | NG | | Check route receive | NG | | Check route table | NG | +-------------------------------+----------------+ 2018-04-25 16:02:20,187 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp summary | no-more vyos@vyos:~$ 2018-04-25 16:02:20,187 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.13 | no-more vyos@vyos:~$ 2018-04-25 16:02:20,187 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.13 advertised-routes | no-more No BGP process is configured vyos@vyos:~$ 2018-04-25 16:02:20,187 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.13 received-routes | no-more No BGP process is configured vyos@vyos:~$ 2018-04-25 16:02:20,187 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.13 routes | no-more No BGP process is configured vyos@vyos:~$ 2018-04-25 16:02:20,187 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Error check method. 2018-04-25 16:02:20,188 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'2930.2' 2018-04-25 16:02:20,188 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2018-04-25 16:02:22,236 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2018-04-25 16:02:24,072 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-25 16:02:24,073 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 59:36 | PASS | +----------------------+------------------+------------------+----------------+ 2018-04-25 16:02:24,076 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-04-25 16:02:29,570 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'uninstall' workflow execution 2018-04-25 16:02:29,570 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-04-25 16:02:29,571 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-04-25 16:02:29,571 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-25 16:02:29,571 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-25 16:02:29,571 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-25 16:02:29,571 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-25 16:02:29,571 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 9cb1e73b-8be7-44a6-bbf3-94c1b5bcfe81 could not be found. [status_code=404] 2018-04-25 16:02:29,571 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 874d4841-52cb-44d2-b105-9434ae5e6b00 could not be found. [status_code=404] 2018-04-25 16:02:29,571 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-04-25 16:02:29,571 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-04-25 16:02:29,571 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-04-25 16:02:29,572 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-04-25 16:02:35,063 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-04-25 16:02:35,063 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-04-25 16:02:35,063 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-04-25 16:02:35,063 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-04-25 16:02:35,063 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-04-25 16:02:35,064 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-04-25 16:02:35,064 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-04-25 16:02:35,064 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-04-25 16:02:35,064 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-04-25 16:02:35,064 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-25 16:02:35,064 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-25 16:02:35,064 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-04-25 16:02:35,064 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-25 16:02:35,065 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-25 16:02:40,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance 9cb1e73b-8be7-44a6-bbf3-94c1b5bcfe81 could not be found. [status_code=404] 2018-04-25 16:02:40,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance 874d4841-52cb-44d2-b105-9434ae5e6b00 could not be found. [status_code=404] 2018-04-25 16:02:40,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-04-25 16:02:40,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-04-25 16:02:40,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-04-25 16:02:40,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-04-25 16:02:40,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-04-25 16:02:40,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2018-04-25 16:02:40,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2018-04-25 16:02:40,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2018-04-25 16:02:40,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2018-04-25 16:02:40,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-04-25 16:02:40,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-04-25 16:02:40,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-04-25 16:02:40,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-04-25 16:02:40,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-04-25 16:02:40,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-04-25 16:02:40,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-04-25 16:02:40,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-04-25 16:02:40,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-04-25 16:02:45,450 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-04-25 16:02:45,450 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-04-25 16:02:45,451 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-04-25 16:02:45,451 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-04-25 16:02:45,451 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-04-25 16:02:45,451 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-04-25 16:02:45,451 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-04-25 16:02:45,451 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-04-25 16:02:45,451 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-04-25 16:02:45,451 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-04-25 16:02:45,451 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-04-25 16:02:45,452 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-04-25 16:02:45,452 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-04-25 16:02:45,452 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-04-25 16:02:45,452 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-04-25 16:02:45,452 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-04-25 16:02:45,452 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-04-25 16:02:45,452 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-04-25 16:02:45,452 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-04-25 16:02:45,452 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-04-25 16:02:45,452 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-04-25 16:02:45,453 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-04-25 16:02:45,453 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.disconnect_subnet' 2018-04-25 16:02:45,453 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.disconnect_subnet' 2018-04-25 16:02:45,453 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-04-25 16:02:45,453 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-04-25 16:02:45,453 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-04-25 16:02:45,453 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-04-25 16:02:45,453 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-25 16:02:45,453 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-25 16:02:45,454 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-04-25 16:02:45,454 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-04-25 16:02:50,583 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-04-25 16:02:50,583 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-04-25 16:02:50,583 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-25 16:02:50,584 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-04-25 16:02:50,584 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.disconnect_subnet' 2018-04-25 16:02:50,584 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-04-25 16:02:50,584 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-04-25 16:02:50,584 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-04-25 16:02:50,584 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-04-25 16:02:50,584 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-04-25 16:02:50,584 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-04-25 16:02:50,584 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-04-25 16:02:50,585 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-04-25 16:02:55,709 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-04-25 16:02:55,709 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-04-25 16:02:55,709 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-04-25 16:02:55,709 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-04-25 16:02:55,709 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-04-25 16:02:55,709 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-04-25 16:02:55,710 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-04-25 16:02:55,710 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.delete' 2018-04-25 16:02:55,710 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.delete' 2018-04-25 16:02:55,710 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-04-25 16:03:00,863 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.delete' 2018-04-25 16:03:00,863 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-04-25 16:03:00,863 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-04-25 16:03:00,864 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-04-25 16:03:00,864 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-04-25 16:03:00,864 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-04-25 16:03:00,864 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'uninstall' workflow execution succeeded 2018-04-25 16:03:01,296 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-25 16:03:30,322 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-04-25 16:03:30,405 - 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-04-25 16:03:30,423 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-04-25 16:03:30,423 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-04-25 16:03:33,433 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-697ca4b1-edab-419e-b61a-895d2f1b1296, password=1ae98172-ded5-421c-99e3-f8b994de01bb, auth_url=http://172.30.9.30:5000/v3, project_name=juju_epc-697ca4b1-edab-419e-b61a-895d2f1b1296, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-04-25 16:03:33,818 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-04-25 16:03:35,024 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 1 cloud region added: added cloud region: - google/asia-south1 2018-04-25 16:03:35,024 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-04-25 16:03:36,619 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=d1c8b5b8-f38f-45f0-9733-6d8e91bb73f2, auth_url=http://172.30.9.30:5000/v3, project_name=juju_epc-697ca4b1-edab-419e-b61a-895d2f1b1296, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-04-25 16:03:36,728 - 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-04-25 16:03:36,729 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Orchestrator 2018-04-25 16:03:36,729 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network ... 2018-04-25 16:03:40,654 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-04-25 16:03:46,121 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-04-25 16:03:46,843 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-04-25 16:03:46,854 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Images needed for vEPC: {u'trusty': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img', u'xenial': u'/home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img'} 2018-04-25 16:03:46,855 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: trusty, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-04-25 16:03:56,518 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju metadata generate-image -d /root -i 0d7931fe-3192-45ab-a900-c5e4ea716e2e -s trusty -r regionOne -u http://172.30.9.30: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. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-04-25 16:03:56,519 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: xenial, file: /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-04-25 16:04:06,058 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju metadata generate-image -d /root -i e14064bb-6912-41ca-bf29-7f93c54823c4 -s xenial -r regionOne -u http://172.30.9.30: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. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-04-25 16:04:06,059 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Network ID : 3f213300-3e08-45a6-a072-d2ff3fea125c 2018-04-25 16:08:14,602 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju bootstrap abot-epc abot-controller --metadata-source /root --constraints mem=2G --bootstrap-series xenial --config network=3f213300-3e08-45a6-a072-d2ff3fea125c --config ssl-hostname-verification=false --config use-floating-ip=true --config use-default-secgroup=true --debug 16:04:06 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 16:04:06 DEBUG juju.cmd supercommand.go:64 args: []string{"juju", "bootstrap", "abot-epc", "abot-controller", "--metadata-source", "/root", "--constraints", "mem=2G", "--bootstrap-series", "xenial", "--config", "network=3f213300-3e08-45a6-a072-d2ff3fea125c", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 16:04:06 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "" and credential "abot-epc" () 16:04:06 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[use-default-secgroup:true network:3f213300-3e08-45a6-a072-d2ff3fea125c external-network: use-floating-ip:true] 16:04:06 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 16:04:06 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[apt-http-proxy: disable-network-management:false logging-config: enable-os-refresh-update:true name:controller max-status-history-age:336h default-series:xenial ftp-proxy: enable-os-upgrade:true logforward-enabled:false resource-tags: test-mode:false image-metadata-url: ignore-machine-addresses:false image-stream:released apt-no-proxy: transmit-vendor-metrics:true https-proxy: agent-metadata-url: apt-mirror: http-proxy: apt-ftp-proxy: max-status-history-size:5G authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQoAFwVm9xGtNcM3QTpBno+6TMfe4/pYHxGA7AQKufc9R1H3yCHh95byWSLFtl7PaAnspRoF0AWvNXr6DZfiMZGYw9HekDChCRnS9q+3mOff6NIfqRKWpAA9bd4MKXhpHiQYYLG8+8b/rxg55OmJsKJJNGPtfLP8WKTV3Mo0k5yQpZQgCuCSz4kFmD6vfcVAR/mwlZ61u+Xd7JAXlLQGCEosNxnYM4TS5sd8rCZ8vYQEk2sCkilPAvBo7BaInW1AOHmWvDiqCo+jOJjC6rMy8l0hb87HRKWcgBQAHo9oiDV+CtvEEftA/dKfaqrZkZf+EteXF6l+5Li7c+w/1QdQqX juju-client-key use-floating-ip:true proxy-ssh:false development:false automatically-retry-hooks:true type:openstack max-action-results-size:5G net-bond-reconfigure-delay:17 agent-stream:released firewall-mode:instance external-network: use-default-secgroup:true ssl-hostname-verification:false uuid:d7bef61c-e310-47ac-816d-beb3720f45f6 apt-https-proxy: update-status-hook-interval:5m max-action-results-age:336h network:3f213300-3e08-45a6-a072-d2ff3fea125c no-proxy:127.0.0.1,localhost,::1 provisioner-harvest-mode:destroyed] 16:04:06 INFO juju.provider.openstack provider.go:144 opening model "controller" 16:04:06 DEBUG goose :1 auth details: &{Token:gAAAAABa4Kb2zEI1ESN8mxNtEHTJLXbhJrRUfUdqcg9OfkLQNrJB0BLatkWA4mJiOGZoNTFny0ESwBK4eXZ5nrY8hjg1LB8v9pMMH0ixWUcDiCpuUHMzMu6Ovric0jKO4MymBXYju-KgRhTJXObJ56Do5kworbfJyzdR44oBeJBgzPP4vq5eS0o TenantId:3f8a202ba7e643139d4c648be3c8f7a2 UserId:f4e7b54bfdd74d0f8f946acaf927be9c Domain: RegionServiceURLs:map[regionOne:map[volume:http://172.30.9.30:8776/v1/3f8a202ba7e643139d4c648be3c8f7a2 cloudformation:http://172.30.9.30:8000/v1 placement:http://172.30.9.30:8778/placement key-manager:http://172.30.9.30:9311 metric:http://172.30.9.30:8041 policy:http://172.30.9.30:1789 network:http://172.30.9.30:9696 volumev3:http://172.30.9.30:8776/v3/3f8a202ba7e643139d4c648be3c8f7a2 alarming:http://172.30.9.30:8042 orchestration:http://172.30.9.30:8004/v1/3f8a202ba7e643139d4c648be3c8f7a2 image:http://172.30.9.30:9292 compute:http://172.30.9.30:8774/v2.1 identity:http://172.30.9.30:5000 nfv-orchestration:http://172.30.9.30:9890 volumev2:http://172.30.9.30:8776/v2/3f8a202ba7e643139d4c648be3c8f7a2]]} 16:04:06 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 16:04:06 DEBUG goose :1 performing API version discovery for "http://172.30.9.30:8774/" 16:04:06 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.30:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.30:8774/v2.1/ Rel:self}] Status:CURRENT}] 16:04:07 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 16:04:07 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 16:04:07 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 16:04:07 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 16:04:07 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 16:04:07 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 16:04:07 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 16:04:07 INFO cmd bootstrap.go:233 Loading image metadata 16:04:07 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 16:04:07 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 16:04:07 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 16:04:07 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.30:5000/v3} [saucy win2016 precise trusty win2012hv raring win2016nano win8 opensuseleap win2008r2 zesty win2012 win10 win2012hvr2 utopic xenial yakkety win2012r2 genericlinux quantal wily win7 vivid win81 centos7 win2016hv] [amd64 i386 armhf arm64 ppc64el s390x] released}} 16:04:07 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 16:04:09 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 16:04:10 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.30:5000/v3} not found 16:04:10 DEBUG juju.environs.bootstrap bootstrap.go:584 ignoring image metadata in default ubuntu cloud images: index file has no data for cloud {regionOne http://172.30.9.30:5000/v3} not found 16:04:10 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 16:04:10 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.5 for amd64 16:04:10 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.5 16:04:10 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 16:04:10 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 16:04:10 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.5 16:04:10 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 16:04:10 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 16:04:10 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 16:04:12 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 []} 16:04:14 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 16:04:14 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 16:04:15 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 16:04:15 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:e14064bb-6912-41ca-bf29-7f93c54823c4 Arch:amd64 VirtType:}] 16:04:15 INFO juju.environs.instances image.go:106 find instance - using image with id: e14064bb-6912-41ca-bf29-7f93c54823c4 16:04:15 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 16:04:15 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 16:04:15 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2483 bytes 16:04:15 DEBUG juju.provider.openstack provider.go:1022 using network id "3f213300-3e08-45a6-a072-d2ff3fea125c" 16:04:15 DEBUG goose :1 performing API version discovery for "http://172.30.9.30:9696/" 16:04:15 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.30:9696/v2.0/ Rel:self}] Status:CURRENT}] 16:04:20 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "2ea40d08-7d43-41fd-8c27-3fcb3361f1ca" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "2ea40d08-7d43-41fd-8c27-3fcb3361f1ca" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "2ea40d08-7d43-41fd-8c27-3fcb3361f1ca" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "2ea40d08-7d43-41fd-8c27-3fcb3361f1ca" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "2ea40d08-7d43-41fd-8c27-3fcb3361f1ca" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "2ea40d08-7d43-41fd-8c27-3fcb3361f1ca" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "2ea40d08-7d43-41fd-8c27-3fcb3361f1ca" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "2ea40d08-7d43-41fd-8c27-3fcb3361f1ca" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "2ea40d08-7d43-41fd-8c27-3fcb3361f1ca" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "2ea40d08-7d43-41fd-8c27-3fcb3361f1ca" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "2ea40d08-7d43-41fd-8c27-3fcb3361f1ca" has status BUILD, wait 10 seconds before retry, attempt 11 16:06:22 INFO juju.provider.openstack provider.go:1189 started instance "2ea40d08-7d43-41fd-8c27-3fcb3361f1ca" 16:06:22 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 16:06:24 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.9.214 16:06:24 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.9.214 - 2ea40d08-7d43-41fd-8c27-3fcb3361f1ca (arch=amd64 mem=2G cores=1) 16:06:26 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.5 16:06:26 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.5 16:06:26 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 16:06:29 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.12.1 16:06:29 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 16:06:30 DEBUG juju.provider.openstack provider.go:414 instance 2ea40d08-7d43-41fd-8c27-3fcb3361f1ca has floating IP address: 172.30.9.214 Attempting to connect to 172.30.9.214:22 Attempting to connect to 172.16.0.9:22 16:06:30 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.9 failed: ssh: connect to host 172.16.0.9 port 22: Connection refused 16:06:30 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.214 failed: ssh: connect to host 172.30.9.214 port 22: Connection refused 16:06:35 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.9 failed: ssh: connect to host 172.16.0.9 port 22: Connection refused 16:06:35 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.214 failed: ssh: connect to host 172.30.9.214 port 22: Connection refused 16:06:40 DEBUG juju.provider.openstack provider.go:414 instance 2ea40d08-7d43-41fd-8c27-3fcb3361f1ca has floating IP address: 172.30.9.214 16:06:40 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.9 failed: ssh: connect to host 172.16.0.9 port 22: Connection refused 16:06:41 INFO juju.cloudconfig userdatacfg_unix.go:410 Fetching agent: curl -sSfw 'tools 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.2.5/juju-2.2.5-ubuntu-amd64.tgz]> sudo: unable to resolve host juju-0f45f6-controller-0 16:08:09 INFO cmd bootstrap.go:423 Bootstrap agent now started 16:08:10 DEBUG juju.provider.openstack provider.go:414 instance 2ea40d08-7d43-41fd-8c27-3fcb3361f1ca has floating IP address: 172.30.9.214 16:08:10 INFO juju.juju api.go:308 API endpoints changed from [] to [172.30.9.214:17070 172.16.0.9:17070] 16:08:10 INFO cmd controller.go:82 Contacting Juju controller at 172.30.9.214 to verify accessibility... 16:08:10 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.214:17070 172.16.0.9:17070] 16:08:10 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" 16:08:10 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" 16:08:10 DEBUG juju.api monitor.go:35 RPC connection died 16:08:10 INFO cmd controller.go:110 Still waiting for API to become available: upgrade in progress (upgrade in progress) 16:08:11 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.214:17070 172.16.0.9:17070] 16:08:11 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" 16:08:11 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" 16:08:11 DEBUG juju.api monitor.go:35 RPC connection died 16:08:11 INFO cmd controller.go:110 Still waiting for API to become available: upgrade in progress (upgrade in progress) 16:08:12 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.214:17070 172.16.0.9:17070] 16:08:12 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" 16:08:12 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" 16:08:12 DEBUG juju.api monitor.go:35 RPC connection died 16:08:12 INFO cmd controller.go:110 Still waiting for API to become available: upgrade in progress (upgrade in progress) 16:08:13 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.214:17070 172.16.0.9:17070] 16:08:13 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" 16:08:13 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" 16:08:13 DEBUG juju.api monitor.go:35 RPC connection died 16:08:13 INFO cmd controller.go:110 Still waiting for API to become available: upgrade in progress (upgrade in progress) 16:08:14 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.214:17070 172.16.0.9:17070] 16:08:14 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" 16:08:14 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" 16:08:14 DEBUG juju.api monitor.go:35 RPC connection died 16:08:14 INFO cmd controller.go:87 Bootstrap complete, "abot-controller" controller now available. 16:08:14 INFO cmd controller.go:88 Controller machines are in the "controller" model. 16:08:14 INFO cmd controller.go:89 Initial model "default" added. 16:08:14 INFO cmd supercommand.go:465 command finished 2018-04-25 16:08:14,603 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-04-25 16:08:14,603 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Get or create flavor for all Abot-EPC 2018-04-25 16:08:15,293 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-04-25 16:08:34,576 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju deploy /src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml Deploying charm "local:xenial/abot-epc-basic-1" application abot-epc-basic exposed Deploying charm "cs:mysql-55" Deploying charm "local:trusty/oai-epc-3" Deploying charm "local:trusty/oai-hss-13" Related "mysql:db" and "oai-hss:db" Related "oai-hss:hss" and "oai-epc:hss" Related "oai-epc:epc" and "abot-epc-basic:epc" Related "oai-epc:ssh-abot-epc" and "abot-epc-basic:ssh-abot" Deploy of bundle completed. 2018-04-25 16:08:34,576 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-04-25 17:08:34,896 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 75, in run self.deploy_vnf() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 345, in deploy_vnf output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python2.7/subprocess.py", line 219, in check_output raise CalledProcessError(retcode, cmd, output=output) CalledProcessError: Command '['timeout', '-t', '3600', 'juju-wait']' returned non-zero exit status -15 2018-04-25 17:08:35,043 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-25 17:08:35,043 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 65:04 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-04-25 17:08:35,712 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju debug-log --replay --no-tail machine-2: 16:13:52 INFO juju.cmd running jujud [2.2.5 gc go1.8] machine-2: 16:13:52 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 16:13:52 DEBUG juju.agent read agent config, format "2.0" machine-2: 16:13:52 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 16:13:52 INFO juju.worker.upgradesteps upgrade steps for 2.2.5 have already been run. machine-2: 16:13:52 DEBUG juju.worker start "engine" machine-2: 16:13:52 INFO juju.worker start "engine" machine-2: 16:13:52 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 16:13:52 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 16:13:52 DEBUG juju.worker "engine" started machine-2: 16:13:52 DEBUG juju.worker.introspection stats worker now serving machine-2: 16:13:52 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 16:13:52 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-2: 16:13:52 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 16:13:52 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 16:13:52 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 16:13:52 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-2: 16:13:52 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.apicaller connecting with old password machine-2: 16:13:52 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 16:13:52 DEBUG juju.api successfully dialed "wss://172.16.0.9:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-2: 16:13:52 INFO juju.api connection established to "wss://172.16.0.9:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-2: 16:13:52 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 16:13:52 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 16:13:52 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-2: 16:13:52 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 16:13:52 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 16:13:52 DEBUG juju.worker.apicaller connected machine-2: 16:13:52 DEBUG juju.worker.apicaller changing password... machine-2: 16:13:53 DEBUG juju.worker.apicaller password changed machine-2: 16:13:53 DEBUG juju.api RPC connection died machine-2: 16:13:53 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-2: 16:13:53 DEBUG juju.worker.apicaller connecting with current password machine-2: 16:13:53 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-2: 16:13:53 INFO juju.api connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-2: 16:13:53 DEBUG juju.api successfully dialed "wss://172.16.0.9:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-2: 16:13:53 DEBUG juju.worker.apicaller connected machine-2: 16:13:53 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 16:13:53 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:53 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 16:13:53 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:13:53 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 16:13:53 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 16:13:53 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-2: 16:13:53 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 16:13:53 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-2: 16:13:53 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 16:13:53 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-2: 16:13:53 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-2: 16:13:53 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 16:13:53 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-2: 16:13:53 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 16:13:53 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 16:13:53 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-2: 16:13:53 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 16:13:53 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-2: 16:13:53 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 16:13:53 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:13:53 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:13:53 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:13:53 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:13:53 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:13:53 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:13:53 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:13:53 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:13:53 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:13:53 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:13:53 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 16:13:53 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 16:13:53 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 16:13:53 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:13:53 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:13:53 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:13:53 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:13:53 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 16:13:53 INFO juju.worker.upgrader unblocking abort check machine-2: 16:13:53 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:13:53 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:13:53 INFO juju.worker.upgrader desired tool version: 2.2.5 machine-2: 16:13:53 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 16:13:53 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:13:53 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:13:53 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 16:13:53 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 16:13:53 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 16:13:53 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 16:13:53 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 16:13:53 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 16:13:53 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 16:13:53 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 16:13:53 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 16:13:53 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 16:13:53 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 16:13:53 DEBUG juju.worker.logger logger setup machine-2: 16:13:53 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-2: 16:13:53 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 16:13:53 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 16:13:53 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 16:13:53 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 16:13:53 DEBUG juju.network including address local-cloud:172.16.0.13 for machine machine-2: 16:13:53 DEBUG juju.network including address local-machine:::1 for machine machine-2: 16:13:53 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:172.16.0.13 local-machine:::1] machine-2: 16:13:53 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:172.16.0.13 local-machine:::1] machine-2: 16:13:53 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 16:13:53 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 16:13:53 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 16:13:53 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 16:13:53 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 16:13:53 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 16:13:53 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 16:13:53 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 16:13:53 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 16:13:53 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 16:13:53 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 16:13:53 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 16:13:53 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 16:13:53 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 16:13:53 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 16:13:53 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.16.0.9,172.30.9.214,::1,localhost", AutoNoProxy:""} machine-2: 16:13:53 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 16:13:53 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 apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-2: 16:13:53 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 16:13:53 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 16:13:53 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 16:13:53 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 16:13:53 DEBUG juju.network including address public:172.30.9.214 for machine machine-2: 16:13:53 DEBUG juju.network including address local-cloud:172.16.0.9 for machine machine-2: 16:13:53 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 16:13:53 DEBUG juju.network including address local-machine:::1 for machine machine-2: 16:13:53 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:172.16.0.9 local-machine:127.0.0.1 local-machine:::1] machine-2: 16:13:53 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 172.16.0.9:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 16:13:53 DEBUG juju.agent API server address details [["172.30.9.214:17070" "172.16.0.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["172.16.0.9:17070" "172.30.9.214:17070"] machine-2: 16:13:53 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: 16:13:53 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 16:13:53 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 16:13:53 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 16:13:53 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 16:13:53 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 16:13:53 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 16:13:53 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 16:13:53 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 16:13:54 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 16:13:54 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-2: 16:13:54 INFO juju.worker.deployer deploying unit "oai-epc/0" machine-2: 16:13:54 DEBUG juju.worker start "2-container-watcher" machine-2: 16:13:54 DEBUG juju.worker start "stateconverter" machine-2: 16:13:54 INFO juju.worker start "2-container-watcher" machine-2: 16:13:54 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 16:13:54 DEBUG juju.worker "2-container-watcher" started machine-2: 16:13:54 INFO juju.worker start "stateconverter" machine-2: 16:13:54 DEBUG juju.worker "stateconverter" started machine-2: 16:13:54 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 16:13:54 INFO juju.worker.machiner "machine-2" started machine-2: 16:13:54 DEBUG juju.service discovered init system "upstart" from local host machine-2: 16:13:54 DEBUG juju.worker.deployer state addresses: ["172.16.0.9:37017"] machine-2: 16:13:54 DEBUG juju.worker.deployer API addresses: ["172.16.0.9:17070" "172.30.9.214:17070"] machine-2: 16:13:54 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]}}} unit-oai-epc-0: 16:13:54 INFO juju.cmd running jujud [2.2.5 gc go1.8] unit-oai-epc-0: 16:13:54 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: 16:13:54 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 16:13:54 DEBUG juju.worker start "api" unit-oai-epc-0: 16:13:54 INFO juju.worker start "api" unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 16:13:54 DEBUG juju.worker "api" started unit-oai-epc-0: 16:13:54 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:13:54 DEBUG juju.worker.apicaller connecting with old password unit-oai-epc-0: 16:13:54 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-oai-epc-0: 16:13:54 INFO juju.api connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-oai-epc-0: 16:13:54 DEBUG juju.api successfully dialed "wss://172.16.0.9:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-2: 16:13:55 DEBUG juju.worker.machiner observed network config updated for "machine-2" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:89:b5:69 172.16.0.0/24 1450 0 eth0 ethernet false false static 172.16.0.13 [] [] []} {2 fa:16:3e:89:b5:69 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-epc-0: 16:13:55 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 16:13:55 DEBUG juju.worker.apicaller changing password... unit-oai-epc-0: 16:13:55 DEBUG juju.worker.apicaller password changed unit-oai-epc-0: 16:13:55 DEBUG juju.api RPC connection died unit-oai-epc-0: 16:13:55 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-epc-0: 16:13:55 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 16:13:55 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-oai-epc-0: 16:13:55 INFO juju.api connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-oai-epc-0: 16:13:55 DEBUG juju.api successfully dialed "wss://172.16.0.9:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-oai-epc-0: 16:13:56 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 16:13:56 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 16:13:56 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.16.0.9,172.30.9.214,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 16:13:56 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: 16:13:56 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 16:13:56 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 16:13:56 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 16:13:56 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 16:13:56 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 16:13:56 DEBUG juju.network including address public:172.30.9.214 for machine unit-oai-epc-0: 16:13:56 DEBUG juju.network including address local-cloud:172.16.0.9 for machine unit-oai-epc-0: 16:13:56 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 16:13:56 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 16:13:56 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:172.16.0.9 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 16:13:56 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 172.16.0.9:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 16:13:56 DEBUG juju.agent API server address details [["172.30.9.214:17070" "172.16.0.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["172.16.0.9:17070" "172.30.9.214:17070"] unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 16:13:56 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 16:13:56 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 16:13:56 INFO juju.worker.upgrader desired tool version: 2.2.5 unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 16:13:56 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 16:13:56 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 16:13:56 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 16:13:56 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 16:13:56 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 16:13:56 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-oai-epc-0: 16:13:56 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-oai-epc-0: 16:13:56 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-oai-epc-0: 16:13:56 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-epc-0: 16:13:56 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 16:13:56 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 16:13:56 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.5-trusty-amd64 unit-oai-epc-0: 16:13:56 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.5-trusty-amd64/jujud unit-oai-epc-0: 16:13:56 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 16:13:56 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 16:13:56 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 16:13:56 INFO juju.worker.uniter resuming charm install unit-oai-epc-0: 16:13:56 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-epc-3 unit-oai-epc-0: 16:13:56 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 16:13:56 INFO juju.worker.uniter.charm downloading local:trusty/oai-epc-3 from API server unit-oai-epc-0: 16:13:56 INFO juju.downloader downloading from local:trusty/oai-epc-3 unit-oai-epc-0: 16:13:56 DEBUG httpbakery client do GET https://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/charms?file=%2A&url=local%3Atrusty%2Foai-epc-3 { unit-oai-epc-0: 16:13:56 DEBUG httpbakery } -> error unit-oai-epc-0: 16:13:56 INFO juju.downloader download complete ("local:trusty/oai-epc-3") unit-oai-epc-0: 16:13:56 INFO juju.downloader download verified ("local:trusty/oai-epc-3") unit-oai-epc-0: 16:13:56 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 16:13:56 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-epc-3" unit-oai-epc-0: 16:13:56 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-epc-3" unit-oai-epc-0: 16:13:57 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-epc-3" unit-oai-epc-0: 16:13:57 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 16:13:57 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 16:13:57 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 16:13:57 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 16:13:57 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 16:13:57 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 16:13:58 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 16:13:58 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 16:13:58 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 16:13:58 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 16:13:58 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 16:13:58 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 16:13:58 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 16:13:58 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:13:58 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:13:58 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 16:13:58 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 16:13:58 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 16:13:58 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 16:13:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 16:13:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 16:13:58 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: 16:13:58 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install Need to get 2973 kB of archives. unit-oai-epc-0: 16:13:58 DEBUG unit.oai-epc/0.install After this operation, 21.9 MB of additional disk space will be used. unit-oai-epc-0: 16:13:58 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-oai-epc-0: 16:13:59 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.7 [699 kB] unit-oai-epc-0: 16:13:59 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.7 [2252 kB] unit-oai-epc-0: 16:14:00 DEBUG unit.oai-epc/0.install Fetched 2973 kB in 1s (1834 kB/s) unit-oai-epc-0: 16:14:00 DEBUG unit.oai-epc/0.install Selecting previously unselected package liberror-perl. unit-oai-epc-0: 16:14:00 DEBUG unit.oai-epc/0.install (Reading database ... 52367 files and directories currently installed.) unit-oai-epc-0: 16:14:00 DEBUG unit.oai-epc/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-oai-epc-0: 16:14:00 DEBUG unit.oai-epc/0.install Unpacking liberror-perl (0.17-1.1) ... unit-oai-epc-0: 16:14:00 DEBUG unit.oai-epc/0.install Selecting previously unselected package git-man. unit-oai-epc-0: 16:14:00 DEBUG unit.oai-epc/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.7_all.deb ... unit-oai-epc-0: 16:14:00 DEBUG unit.oai-epc/0.install Unpacking git-man (1:1.9.1-1ubuntu0.7) ... unit-oai-epc-0: 16:14:01 DEBUG unit.oai-epc/0.install Selecting previously unselected package git. unit-oai-epc-0: 16:14:01 DEBUG unit.oai-epc/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.7_amd64.deb ... unit-oai-epc-0: 16:14:01 DEBUG unit.oai-epc/0.install Unpacking git (1:1.9.1-1ubuntu0.7) ... unit-oai-epc-0: 16:14:01 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 16:14:03 DEBUG unit.oai-epc/0.install Setting up liberror-perl (0.17-1.1) ... unit-oai-epc-0: 16:14:03 DEBUG unit.oai-epc/0.install Setting up git-man (1:1.9.1-1ubuntu0.7) ... unit-oai-epc-0: 16:14:04 DEBUG unit.oai-epc/0.install Setting up git (1:1.9.1-1ubuntu0.7) ... unit-oai-epc-0: 16:14:06 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 16:14:06 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 16:14:06 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 16:14:06 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 16:14:06 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 16:14:06 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 16:14:06 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=0 unit-oai-epc-0: 16:14:06 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 16:14:06 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 16:14:06 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes virt-what unit-oai-epc-0: 16:14:06 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 16:14:06 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 16:14:06 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 16:14:06 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 16:14:06 DEBUG unit.oai-epc/0.install virt-what unit-oai-epc-0: 16:14:06 DEBUG unit.oai-epc/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 16:14:06 DEBUG unit.oai-epc/0.install Need to get 13.6 kB of archives. unit-oai-epc-0: 16:14:06 DEBUG unit.oai-epc/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-epc-0: 16:14:06 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: 16:14:07 DEBUG unit.oai-epc/0.install Fetched 13.6 kB in 0s (24.2 kB/s) unit-oai-epc-0: 16:14:07 DEBUG unit.oai-epc/0.install Selecting previously unselected package virt-what. unit-oai-epc-0: 16:14:07 DEBUG unit.oai-epc/0.install (Reading database ... 53116 files and directories currently installed.) unit-oai-epc-0: 16:14:07 DEBUG unit.oai-epc/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-epc-0: 16:14:07 DEBUG unit.oai-epc/0.install Unpacking virt-what (1.13-1) ... unit-oai-epc-0: 16:14:08 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 16:14:09 DEBUG unit.oai-epc/0.install Setting up virt-what (1.13-1) ... unit-oai-epc-0: 16:14:10 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 16:14:10 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 16:14:10 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 16:14:10 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 16:14:10 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 16:14:10 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 16:14:10 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:14:10 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: 16:14:10 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:14:10 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 16:14:11 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 16:14:11 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 16:14:11 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 16:14:11 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 16:14:11 DEBUG unit.oai-epc/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 16:14:11 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 16:14:11 DEBUG unit.oai-epc/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-epc-0: 16:14:11 DEBUG unit.oai-epc/0.install libsql-statement-perl unit-oai-epc-0: 16:14:11 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 16:14:11 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 16:14:11 DEBUG unit.oai-epc/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 16:14:11 DEBUG unit.oai-epc/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 16:14:11 DEBUG unit.oai-epc/0.install Need to get 3911 kB of archives. unit-oai-epc-0: 16:14:11 DEBUG unit.oai-epc/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-epc-0: 16:14:11 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.60-0ubuntu0.14.04.1 [12.7 kB] unit-oai-epc-0: 16:14:11 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.60-0ubuntu0.14.04.1 [597 kB] unit-oai-epc-0: 16:14:13 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: 16:14:13 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: 16:14:13 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: 16:14:13 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.60-0ubuntu0.14.04.1 [707 kB] unit-oai-epc-0: 16:14:14 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.60-0ubuntu0.14.04.1 [1589 kB] unit-oai-epc-0: 16:14:14 DEBUG unit.oai-epc/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.60-0ubuntu0.14.04.1 [10.9 kB] unit-oai-epc-0: 16:14:14 DEBUG unit.oai-epc/0.install Fetched 3911 kB in 3s (1250 kB/s) unit-oai-epc-0: 16:14:14 DEBUG unit.oai-epc/0.install Selecting previously unselected package mysql-common. unit-oai-epc-0: 16:14:14 DEBUG unit.oai-epc/0.install (Reading database ... 53123 files and directories currently installed.) unit-oai-epc-0: 16:14:14 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-common_5.5.60-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 16:14:15 DEBUG unit.oai-epc/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.60-0ubuntu0.14.04.1) ... unit-oai-epc-0: 16:14:15 DEBUG unit.oai-epc/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-epc-0: 16:14:15 DEBUG unit.oai-epc/0.install Preparing to unpack .../libmysqlclient18_5.5.60-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 16:14:15 DEBUG unit.oai-epc/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.60-0ubuntu0.14.04.1) ... unit-oai-epc-0: 16:14:16 DEBUG unit.oai-epc/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-epc-0: 16:14:16 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-epc-0: 16:14:16 DEBUG unit.oai-epc/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-oai-epc-0: 16:14:17 DEBUG unit.oai-epc/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-epc-0: 16:14:17 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-epc-0: 16:14:17 DEBUG unit.oai-epc/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 16:14:17 DEBUG unit.oai-epc/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-epc-0: 16:14:17 DEBUG unit.oai-epc/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-epc-0: 16:14:17 DEBUG unit.oai-epc/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-oai-epc-0: 16:14:18 DEBUG unit.oai-epc/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-epc-0: 16:14:18 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.60-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 16:14:18 DEBUG unit.oai-epc/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.60-0ubuntu0.14.04.1) ... unit-oai-epc-0: 16:14:19 DEBUG unit.oai-epc/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-epc-0: 16:14:19 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-5.5_5.5.60-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 16:14:19 DEBUG unit.oai-epc/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.60-0ubuntu0.14.04.1) ... unit-oai-epc-0: 16:14:20 DEBUG unit.oai-epc/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-epc-0: 16:14:20 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client_5.5.60-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 16:14:20 DEBUG unit.oai-epc/0.install Progress: [ 55%] Unpacking mysql-client (5.5.60-0ubuntu0.14.04.1) ... unit-oai-epc-0: 16:14:21 DEBUG unit.oai-epc/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 16:14:21 DEBUG unit.oai-epc/0.install Setting up mysql-common (5.5.60-0ubuntu0.14.04.1) ... unit-oai-epc-0: 16:14:22 DEBUG unit.oai-epc/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.60-0ubuntu0.14.04.1) ... unit-oai-epc-0: 16:14:22 DEBUG unit.oai-epc/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-oai-epc-0: 16:14:22 DEBUG unit.oai-epc/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 16:14:23 DEBUG unit.oai-epc/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-oai-epc-0: 16:14:23 DEBUG unit.oai-epc/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.60-0ubuntu0.14.04.1) ... unit-oai-epc-0: 16:14:23 DEBUG unit.oai-epc/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.60-0ubuntu0.14.04.1) ... unit-oai-epc-0: 16:14:24 DEBUG unit.oai-epc/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.60-0ubuntu0.14.04.1) ... unit-oai-epc-0: 16:14:24 DEBUG unit.oai-epc/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-epc-0: 16:14:26 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 16:14:26 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 16:14:26 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 16:14:26 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 16:14:26 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:14:26 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 16:14:26 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 16:14:26 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 16:14:26 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 16:14:26 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 16:14:26 DEBUG unit.oai-epc/0.install + echo -n unit-oai-epc-0: 16:14:27 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 16:14:27 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 16:14:27 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-epc-0: 16:14:27 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + git checkout v0.3.2-branch unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install Switched to a new branch 'v0.3.2-branch' unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install Branch v0.3.2-branch set up to track remote branch v0.3.2-branch from origin. unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 16:14:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:14:35 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-145-generic unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-145-generic unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-145-generic unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-145-generic unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-145-generic unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-145-generic unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install cat: /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot: No such file or directory unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-epc-0: 16:14:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:14:35 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 16:14:35 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install + wget -r -e robots=off --accept-regex '(.*generic.*amd64)|(all).deb' http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install --2018-04-25 16:14:35-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install 0K ....... 43.4M=0s unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install 2018-04-25 16:14:35 (43.4 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install --2018-04-25 16:14:35-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-epc-0: 16:14:35 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 4% 184K 6s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 8% 37.2M 3s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 13% 369K 3s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 17% 31.2M 2s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 22% 374K 2s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 26% 38.1M 2s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 31% 35.7M 1s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 35% 33.6M 1s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 39% 36.3M 1s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 44% 37.1M 1s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 48% 384K 1s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 53% 46.8M 1s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 57% 45.2M 1s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 62% 47.2M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 66% 42.2M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 71% 62.7M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 75% 70.6M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 79% 61.6M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 84% 62.1M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 88% 109M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 93% 391K 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 97% 50.1M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 1100K .......... .......... ...... 100% 80.1M=0.8s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 2018-04-25 16:14:36 (1.34 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [1153230/1153230] unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install --2018-04-25 16:14:36-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 48.9M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 49.4M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 1% 47.0M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 1% 48.9M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 1% 49.7M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 2% 74.2M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 2% 71.5M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 3% 106M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 3% 74.9M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 3% 75.3M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 4% 73.8M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 4% 72.9M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 4% 65.1M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 5% 76.1M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 5% 119M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 6% 125M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 6% 110M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 6% 124M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 7% 123M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 7% 126M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 8% 106M 0s unit-oai-epc-0: 16:14:36 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 8% 127M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 8% 407K 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 9% 53.6M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 9% 52.8M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 9% 55.5M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 10% 39.6M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 10% 47.7M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 11% 55.1M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 11% 63.5M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 11% 60.2M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 12% 55.2M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 12% 69.0M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 13% 65.4M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 13% 75.5M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 13% 67.4M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 14% 73.6M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 14% 78.3M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 14% 76.0M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 15% 64.7M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 15% 77.0M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 16% 77.2M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 16% 74.0M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 16% 67.0M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 17% 68.8M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 17% 65.4M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 17% 123M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 18% 108M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 18% 126M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 19% 125M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 19% 119M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 19% 107M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 20% 126M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 20% 128M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 21% 121M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 21% 112M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 21% 125M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 22% 127M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 22% 128M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 22% 107M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 23% 450K 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 23% 51.8M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 24% 48.1M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 24% 42.1M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 24% 55.4M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 25% 62.2M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 25% 76.7M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 26% 60.7M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 26% 76.8M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 26% 76.0M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 27% 74.3M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 27% 65.1M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 27% 71.0M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 28% 75.4M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 28% 74.4M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 29% 64.9M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 29% 75.7M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 29% 71.2M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 30% 75.9M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 30% 87.2M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 30% 80.1M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 31% 80.5M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 31% 75.4M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 32% 65.4M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 32% 76.0M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 32% 74.1M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 33% 75.6M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 33% 66.8M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 34% 76.7M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 34% 74.1M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 34% 101M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 35% 79.7M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 35% 81.1M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 35% 76.3M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 36% 97.9M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 36% 106M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 37% 128M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 37% 122M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 37% 125M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 38% 108M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 38% 122M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 39% 115M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 39% 121M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 39% 112M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 40% 123M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 40% 129M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 40% 126M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 41% 108M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 41% 125M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 42% 126M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 42% 123M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 42% 472K 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 43% 64.4M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 43% 50.1M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 43% 63.5M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 44% 54.5M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 44% 66.9M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 45% 58.9M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 45% 77.6M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 45% 68.7M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 46% 83.8M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 46% 67.3M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 47% 78.0M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 47% 75.8M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 47% 76.3M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 48% 69.3M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 48% 77.0M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 48% 79.7M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 49% 78.7M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 49% 66.5M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 50% 78.4M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 50% 78.1M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 50% 78.3M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 51% 72.6M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 51% 74.1M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 52% 80.4M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 52% 77.7M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 52% 83.9M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 53% 78.3M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 53% 86.6M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 53% 79.9M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 54% 63.3M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 54% 95.0M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 55% 87.1M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 55% 83.3M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 55% 62.9M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 56% 72.3M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 56% 79.4M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 57% 107M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 57% 96.5M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 57% 112M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 58% 111M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 58% 112M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 58% 99.6M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 59% 114M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 59% 113M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 60% 110M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 60% 96.4M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 60% 114M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 61% 471K 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 61% 52.3M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 61% 50.3M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 62% 63.8M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 62% 57.6M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 63% 53.5M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 63% 65.4M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 63% 68.3M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 64% 69.3M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 64% 62.4M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 65% 62.5M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 65% 74.5M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 65% 68.0M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 66% 62.0M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 66% 79.7M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 66% 76.6M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 67% 78.9M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 67% 61.1M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 68% 84.4M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 68% 78.6M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 68% 85.2M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 69% 60.5M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 69% 71.9M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 70% 86.0M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 70% 76.6M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 70% 60.0M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 71% 67.3M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 71% 65.7M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 71% 55.1M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 72% 52.5M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 72% 77.4M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 73% 75.1M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 73% 75.7M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 73% 70.5M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 74% 87.5M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 74% 76.6M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 74% 119M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 75% 111M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 75% 129M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 76% 132M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 76% 128M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 76% 115M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 77% 126M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 77% 131M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 78% 129M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 78% 112M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 78% 126M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 79% 116M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 79% 111M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 79% 100M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 80% 116M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 80% 116M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 81% 116M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 81% 480K 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 81% 53.8M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 82% 51.4M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 82% 53.8M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 83% 48.6M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 83% 55.0M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 83% 60.0M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 84% 67.3M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 84% 61.8M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 84% 58.3M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 85% 63.6M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 85% 67.3M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 86% 66.0M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 86% 59.2M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 86% 64.0M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 87% 62.5M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 87% 73.4M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 87% 66.8M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 88% 76.1M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 88% 69.1M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 89% 82.2M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 89% 62.6M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 89% 82.3M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 90% 78.4M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 90% 73.7M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 91% 69.7M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 91% 81.2M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 91% 74.7M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 92% 82.7M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 92% 62.4M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 92% 69.9M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 93% 75.1M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 93% 75.9M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 94% 68.0M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 94% 72.1M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 94% 99.4M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 95% 112M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 95% 96.4M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 96% 113M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 96% 114M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 96% 111M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 97% 99.7M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 97% 105M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 97% 113M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 98% 109M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 98% 94.3M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 99% 111M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 99% 113M 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 99% 478K 0s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 13050K .......... ........ 100% 79.8M=0.8s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2018-04-25 16:14:37 (15.6 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' saved [13381952/13381952] unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install --2018-04-25 16:14:37-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 56.3M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 54.4M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 0% 49.0M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 0% 56.6M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 0% 45.7M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 0% 67.2M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 0% 67.3M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 0% 70.2M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 0% 61.6M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 0% 70.5M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 1% 70.7M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 1% 74.4M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 1% 59.0M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 1% 69.2M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 1% 67.0M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 1% 68.4M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 1% 60.8M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 1% 67.5M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 1% 69.8M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 1% 68.3M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 1% 63.2M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 2% 75.3M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 2% 67.8M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 2% 70.8M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 2% 57.9M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 2% 69.4M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 2% 66.8M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 2% 69.0M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 2% 58.8M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 2% 67.2M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 2% 61.5M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 2% 65.8M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 3% 55.0M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 3% 70.3M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 3% 67.0M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 3% 67.1M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 3% 68.6M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 3% 128M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 3% 128M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 3% 126M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 3% 111M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 3% 119M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 3% 121M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 4% 128M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 4% 107M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 4% 126M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 4% 123M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 4% 129M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 4% 110M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 4% 123M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 4% 128M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 4% 122M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 4% 113M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 5% 110M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 5% 123M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 5% 129M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 5% 112M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 5% 129M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 5% 126M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 5% 129M 1s unit-oai-epc-0: 16:14:37 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 5% 113M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 5% 503K 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 5% 60.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 5% 66.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 6% 69.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 6% 54.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 6% 71.1M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 6% 60.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 6% 68.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 6% 66.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 6% 74.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 6% 66.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 6% 82.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 6% 78.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 6% 86.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 7% 59.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 7% 74.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 7% 84.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 7% 78.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 7% 69.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 7% 85.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 7% 66.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 7% 75.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 7% 69.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 7% 75.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 7% 83.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 8% 74.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 8% 60.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 8% 88.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 8% 79.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 8% 76.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 8% 65.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 8% 84.1M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 8% 76.1M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 8% 73.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 8% 68.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 9% 82.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 9% 80.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 9% 78.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 9% 67.3M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 9% 80.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 9% 84.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 9% 78.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 9% 92.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 9% 468K 3s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 9% 62.1M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 9% 42.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 10% 61.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 10% 55.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 10% 64.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 10% 59.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 10% 69.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 10% 70.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 10% 70.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 10% 63.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 10% 74.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 10% 70.1M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 10% 68.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 11% 62.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 11% 69.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 11% 62.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 11% 72.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 11% 62.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 11% 69.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 11% 68.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 11% 65.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 11% 63.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 11% 81.3M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 11% 71.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 12% 72.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 12% 63.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 12% 69.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 12% 71.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 12% 71.3M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 12% 64.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 12% 70.3M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 12% 70.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 12% 71.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 12% 61.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 13% 75.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 13% 72.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 13% 74.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 13% 71.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 13% 81.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 13% 76.3M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 13% 107M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 13% 97.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 13% 114M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 13% 112M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 13% 112M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 14% 98.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 14% 114M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 14% 113M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 14% 113M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 14% 99.3M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 14% 113M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 14% 114M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 14% 108M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 14% 97.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 14% 113M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 14% 113M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 15% 114M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 15% 98.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 15% 114M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 15% 508K 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 15% 62.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 15% 78.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 15% 59.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 15% 56.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 15% 21.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 15% 59.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 15% 55.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 16% 46.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 16% 55.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 16% 65.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 16% 69.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 16% 59.3M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 16% 74.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 16% 75.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 16% 76.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 16% 75.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 16% 76.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 17% 72.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 17% 74.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 17% 56.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 17% 71.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 17% 74.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 17% 70.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 17% 89.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 17% 70.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 17% 74.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 17% 75.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 17% 70.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 18% 74.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 18% 74.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 18% 86.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 18% 67.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 18% 75.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 18% 82.1M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 18% 72.1M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 18% 66.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 18% 82.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 18% 115M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 18% 105M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 19% 65.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 19% 77.1M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 19% 100M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 19% 110M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 19% 102M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 19% 115M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 19% 116M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 19% 481K 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 19% 58.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 19% 34.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 19% 58.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 20% 51.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 20% 60.1M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 20% 59.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 20% 69.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 20% 67.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 20% 66.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 20% 60.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 20% 70.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 20% 68.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 20% 72.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 21% 56.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 21% 66.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 21% 64.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 21% 78.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 21% 67.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 21% 69.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 21% 69.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 21% 70.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 21% 86.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 21% 92.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 21% 71.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 22% 70.1M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 22% 63.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 22% 49.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 22% 128M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 22% 88.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 22% 75.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 22% 95.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 22% 132M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 22% 128M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 22% 82.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 22% 82.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 23% 82.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 23% 80.3M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 23% 76.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 23% 78.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 23% 81.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 23% 129M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 23% 90.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 23% 86.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 23% 81.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 23% 84.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 23% 92.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 24% 130M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 24% 132M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 24% 133M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 13050K .......... .......... .......... .......... .......... 24% 108M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 13100K .......... .......... .......... .......... .......... 24% 129M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 13150K .......... .......... .......... .......... .......... 24% 133M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 13200K .......... .......... .......... .......... .......... 24% 131M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 13250K .......... .......... .......... .......... .......... 24% 117M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 13300K .......... .......... .......... .......... .......... 24% 132M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 13350K .......... .......... .......... .......... .......... 24% 124M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 13400K .......... .......... .......... .......... .......... 25% 130M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 13450K .......... .......... .......... .......... .......... 25% 494K 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 13500K .......... .......... .......... .......... .......... 25% 61.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 13550K .......... .......... .......... .......... .......... 25% 61.3M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 13600K .......... .......... .......... .......... .......... 25% 63.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 13650K .......... .......... .......... .......... .......... 25% 62.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 13700K .......... .......... .......... .......... .......... 25% 59.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 13750K .......... .......... .......... .......... .......... 25% 92.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 13800K .......... .......... .......... .......... .......... 25% 86.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 13850K .......... .......... .......... .......... .......... 25% 86.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 13900K .......... .......... .......... .......... .......... 25% 46.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 13950K .......... .......... .......... .......... .......... 26% 89.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 14000K .......... .......... .......... .......... .......... 26% 97.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 14050K .......... .......... .......... .......... .......... 26% 86.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 14100K .......... .......... .......... .......... .......... 26% 80.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 14150K .......... .......... .......... .......... .......... 26% 84.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 14200K .......... .......... .......... .......... .......... 26% 83.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 14250K .......... .......... .......... .......... .......... 26% 90.1M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 14300K .......... .......... .......... .......... .......... 26% 80.3M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 14350K .......... .......... .......... .......... .......... 26% 111M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 14400K .......... .......... .......... .......... .......... 26% 90.1M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 14450K .......... .......... .......... .......... .......... 26% 81.3M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 14500K .......... .......... .......... .......... .......... 27% 78.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 14550K .......... .......... .......... .......... .......... 27% 82.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 14600K .......... .......... .......... .......... .......... 27% 83.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 14650K .......... .......... .......... .......... .......... 27% 89.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 14700K .......... .......... .......... .......... .......... 27% 88.1M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 14750K .......... .......... .......... .......... .......... 27% 94.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 14800K .......... .......... .......... .......... .......... 27% 98.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 14850K .......... .......... .......... .......... .......... 27% 83.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 14900K .......... .......... .......... .......... .......... 27% 77.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 14950K .......... .......... .......... .......... .......... 27% 78.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 15000K .......... .......... .......... .......... .......... 27% 77.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 15050K .......... .......... .......... .......... .......... 28% 86.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 15100K .......... .......... .......... .......... .......... 28% 55.3M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 15150K .......... .......... .......... .......... .......... 28% 78.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 15200K .......... .......... .......... .......... .......... 28% 87.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 15250K .......... .......... .......... .......... .......... 28% 82.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 15300K .......... .......... .......... .......... .......... 28% 91.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 15350K .......... .......... .......... .......... .......... 28% 54.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 15400K .......... .......... .......... .......... .......... 28% 84.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 15450K .......... .......... .......... .......... .......... 28% 69.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 15500K .......... .......... .......... .......... .......... 28% 78.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 15550K .......... .......... .......... .......... .......... 29% 85.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 15600K .......... .......... .......... .......... .......... 29% 81.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 15650K .......... .......... .......... .......... .......... 29% 70.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 15700K .......... .......... .......... .......... .......... 29% 79.3M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 15750K .......... .......... .......... .......... .......... 29% 87.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 15800K .......... .......... .......... .......... .......... 29% 83.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 15850K .......... .......... .......... .......... .......... 29% 90.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 15900K .......... .......... .......... .......... .......... 29% 79.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 15950K .......... .......... .......... .......... .......... 29% 91.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 16000K .......... .......... .......... .......... .......... 29% 116M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 16050K .......... .......... .......... .......... .......... 29% 480K 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 16100K .......... .......... .......... .......... .......... 30% 52.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 16150K .......... .......... .......... .......... .......... 30% 62.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 16200K .......... .......... .......... .......... .......... 30% 68.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 16250K .......... .......... .......... .......... .......... 30% 62.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 16300K .......... .......... .......... .......... .......... 30% 56.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 16350K .......... .......... .......... .......... .......... 30% 68.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 16400K .......... .......... .......... .......... .......... 30% 76.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 16450K .......... .......... .......... .......... .......... 30% 79.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 16500K .......... .......... .......... .......... .......... 30% 66.3M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 16550K .......... .......... .......... .......... .......... 30% 78.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 16600K .......... .......... .......... .......... .......... 30% 86.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 16650K .......... .......... .......... .......... .......... 31% 81.3M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 16700K .......... .......... .......... .......... .......... 31% 72.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 16750K .......... .......... .......... .......... .......... 31% 80.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 16800K .......... .......... .......... .......... .......... 31% 132M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 16850K .......... .......... .......... .......... .......... 31% 129M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 16900K .......... .......... .......... .......... .......... 31% 105M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 16950K .......... .......... .......... .......... .......... 31% 93.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 17000K .......... .......... .......... .......... .......... 31% 85.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 17050K .......... .......... .......... .......... .......... 31% 91.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 17100K .......... .......... .......... .......... .......... 31% 116M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 17150K .......... .......... .......... .......... .......... 31% 99.1M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 17200K .......... .......... .......... .......... .......... 32% 88.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 17250K .......... .......... .......... .......... .......... 32% 73.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 17300K .......... .......... .......... .......... .......... 32% 70.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 17350K .......... .......... .......... .......... .......... 32% 85.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 17400K .......... .......... .......... .......... .......... 32% 85.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 17450K .......... .......... .......... .......... .......... 32% 50.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 17500K .......... .......... .......... .......... .......... 32% 88.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 17550K .......... .......... .......... .......... .......... 32% 76.1M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 17600K .......... .......... .......... .......... .......... 32% 83.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 17650K .......... .......... .......... .......... .......... 32% 81.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 17700K .......... .......... .......... .......... .......... 33% 70.3M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 17750K .......... .......... .......... .......... .......... 33% 81.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 17800K .......... .......... .......... .......... .......... 33% 81.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 17850K .......... .......... .......... .......... .......... 33% 77.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 17900K .......... .......... .......... .......... .......... 33% 70.3M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 17950K .......... .......... .......... .......... .......... 33% 105M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 18000K .......... .......... .......... .......... .......... 33% 91.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 18050K .......... .......... .......... .......... .......... 33% 102M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 18100K .......... .......... .......... .......... .......... 33% 86.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 18150K .......... .......... .......... .......... .......... 33% 91.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 18200K .......... .......... .......... .......... .......... 33% 98.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 18250K .......... .......... .......... .......... .......... 34% 127M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 18300K .......... .......... .......... .......... .......... 34% 95.1M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 18350K .......... .......... .......... .......... .......... 34% 130M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 18400K .......... .......... .......... .......... .......... 34% 130M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 18450K .......... .......... .......... .......... .......... 34% 132M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 18500K .......... .......... .......... .......... .......... 34% 115M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 18550K .......... .......... .......... .......... .......... 34% 66.1M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 18600K .......... .......... .......... .......... .......... 34% 86.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 18650K .......... .......... .......... .......... .......... 34% 77.3M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 18700K .......... .......... .......... .......... .......... 34% 76.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 18750K .......... .......... .......... .......... .......... 34% 78.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 18800K .......... .......... .......... .......... .......... 35% 81.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 18850K .......... .......... .......... .......... .......... 35% 81.1M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 18900K .......... .......... .......... .......... .......... 35% 70.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 18950K .......... .......... .......... .......... .......... 35% 101M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 19000K .......... .......... .......... .......... .......... 35% 122M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 19050K .......... .......... .......... .......... .......... 35% 495K 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 19100K .......... .......... .......... .......... .......... 35% 62.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 19150K .......... .......... .......... .......... .......... 35% 51.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 19200K .......... .......... .......... .......... .......... 35% 68.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 19250K .......... .......... .......... .......... .......... 35% 68.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 19300K .......... .......... .......... .......... .......... 35% 57.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 19350K .......... .......... .......... .......... .......... 36% 61.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 19400K .......... .......... .......... .......... .......... 36% 56.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 19450K .......... .......... .......... .......... .......... 36% 83.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 19500K .......... .......... .......... .......... .......... 36% 48.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 19550K .......... .......... .......... .......... .......... 36% 84.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 19600K .......... .......... .......... .......... .......... 36% 89.1M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 19650K .......... .......... .......... .......... .......... 36% 105M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 19700K .......... .......... .......... .......... .......... 36% 78.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 19750K .......... .......... .......... .......... .......... 36% 71.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 19800K .......... .......... .......... .......... .......... 36% 65.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 19850K .......... .......... .......... .......... .......... 37% 95.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 19900K .......... .......... .......... .......... .......... 37% 91.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 19950K .......... .......... .......... .......... .......... 37% 84.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 20000K .......... .......... .......... .......... .......... 37% 29.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 20050K .......... .......... .......... .......... .......... 37% 87.3M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 20100K .......... .......... .......... .......... .......... 37% 83.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 20150K .......... .......... .......... .......... .......... 37% 89.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 20200K .......... .......... .......... .......... .......... 37% 69.5M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 20250K .......... .......... .......... .......... .......... 37% 85.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 20300K .......... .......... .......... .......... .......... 37% 80.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 20350K .......... .......... .......... .......... .......... 37% 82.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 20400K .......... .......... .......... .......... .......... 38% 69.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 20450K .......... .......... .......... .......... .......... 38% 77.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 20500K .......... .......... .......... .......... .......... 38% 80.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 20550K .......... .......... .......... .......... .......... 38% 74.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 20600K .......... .......... .......... .......... .......... 38% 71.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 20650K .......... .......... .......... .......... .......... 38% 79.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 20700K .......... .......... .......... .......... .......... 38% 86.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 20750K .......... .......... .......... .......... .......... 38% 78.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 20800K .......... .......... .......... .......... .......... 38% 71.1M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 20850K .......... .......... .......... .......... .......... 38% 81.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 20900K .......... .......... .......... .......... .......... 38% 96.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 20950K .......... .......... .......... .......... .......... 39% 86.3M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 21000K .......... .......... .......... .......... .......... 39% 78.2M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 21050K .......... .......... .......... .......... .......... 39% 86.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 21100K .......... .......... .......... .......... .......... 39% 103M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 21150K .......... .......... .......... .......... .......... 39% 127M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 21200K .......... .......... .......... .......... .......... 39% 116M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 21250K .......... .......... .......... .......... .......... 39% 129M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 21300K .......... .......... .......... .......... .......... 39% 124M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 21350K .......... .......... .......... .......... .......... 39% 80.6M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 21400K .......... .......... .......... .......... .......... 39% 73.4M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 21450K .......... .......... .......... .......... .......... 39% 111M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 21500K .......... .......... .......... .......... .......... 40% 26.0M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 21550K .......... .......... .......... .......... .......... 40% 84.5M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 21600K .......... .......... .......... .......... .......... 40% 88.1M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 21650K .......... .......... .......... .......... .......... 40% 81.8M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 21700K .......... .......... .......... .......... .......... 40% 69.1M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 21750K .......... .......... .......... .......... .......... 40% 79.5M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 21800K .......... .......... .......... .......... .......... 40% 79.2M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 21850K .......... .......... .......... .......... .......... 40% 74.6M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 21900K .......... .......... .......... .......... .......... 40% 97.8M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 21950K .......... .......... .......... .......... .......... 40% 122M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 22000K .......... .......... .......... .......... .......... 41% 128M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 22050K .......... .......... .......... .......... .......... 41% 511K 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 22100K .......... .......... .......... .......... .......... 41% 74.1M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 22150K .......... .......... .......... .......... .......... 41% 63.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 22200K .......... .......... .......... .......... .......... 41% 72.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 22250K .......... .......... .......... .......... .......... 41% 66.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 22300K .......... .......... .......... .......... .......... 41% 59.7M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 22350K .......... .......... .......... .......... .......... 41% 69.1M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 22400K .......... .......... .......... .......... .......... 41% 72.8M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 22450K .......... .......... .......... .......... .......... 41% 55.0M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 22500K .......... .......... .......... .......... .......... 41% 64.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 22550K .......... .......... .......... .......... .......... 42% 62.6M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 22600K .......... .......... .......... .......... .......... 42% 64.4M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 22650K .......... .......... .......... .......... .......... 42% 57.9M 2s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 22700K .......... .......... .......... .......... .......... 42% 70.9M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 22750K .......... .......... .......... .......... .......... 42% 68.5M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 22800K .......... .......... .......... .......... .......... 42% 69.1M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 22850K .......... .......... .......... .......... .......... 42% 73.0M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 22900K .......... .......... .......... .......... .......... 42% 116M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 22950K .......... .......... .......... .......... .......... 42% 9.34M 1s unit-oai-epc-0: 16:14:38 DEBUG unit.oai-epc/0.install 23000K .......... .......... .......... .......... .......... 42% 77.6M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 23050K .......... .......... .......... .......... .......... 42% 46.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 23100K .......... .......... .......... .......... .......... 43% 71.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 23150K .......... .......... .......... .......... .......... 43% 63.6M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 23200K .......... .......... .......... .......... .......... 43% 66.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 23250K .......... .......... .......... .......... .......... 43% 62.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 23300K .......... .......... .......... .......... .......... 43% 78.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 23350K .......... .......... .......... .......... .......... 43% 76.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 23400K .......... .......... .......... .......... .......... 43% 78.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 23450K .......... .......... .......... .......... .......... 43% 68.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 23500K .......... .......... .......... .......... .......... 43% 82.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 23550K .......... .......... .......... .......... .......... 43% 81.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 23600K .......... .......... .......... .......... .......... 43% 82.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 23650K .......... .......... .......... .......... .......... 44% 65.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 23700K .......... .......... .......... .......... .......... 44% 84.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 23750K .......... .......... .......... .......... .......... 44% 98.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 23800K .......... .......... .......... .......... .......... 44% 119M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 23850K .......... .......... .......... .......... .......... 44% 76.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 23900K .......... .......... .......... .......... .......... 44% 102M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 23950K .......... .......... .......... .......... .......... 44% 85.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 24000K .......... .......... .......... .......... .......... 44% 106M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 24050K .......... .......... .......... .......... .......... 44% 115M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 24100K .......... .......... .......... .......... .......... 44% 131M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 24150K .......... .......... .......... .......... .......... 45% 130M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 24200K .......... .......... .......... .......... .......... 45% 129M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 24250K .......... .......... .......... .......... .......... 45% 115M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 24300K .......... .......... .......... .......... .......... 45% 134M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 24350K .......... .......... .......... .......... .......... 45% 128M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 24400K .......... .......... .......... .......... .......... 45% 70.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 24450K .......... .......... .......... .......... .......... 45% 83.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 24500K .......... .......... .......... .......... .......... 45% 80.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 24550K .......... .......... .......... .......... .......... 45% 81.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 24600K .......... .......... .......... .......... .......... 45% 80.6M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 24650K .......... .......... .......... .......... .......... 45% 79.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 24700K .......... .......... .......... .......... .......... 46% 74.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 24750K .......... .......... .......... .......... .......... 46% 79.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 24800K .......... .......... .......... .......... .......... 46% 81.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 24850K .......... .......... .......... .......... .......... 46% 88.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 24900K .......... .......... .......... .......... .......... 46% 116M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 24950K .......... .......... .......... .......... .......... 46% 65.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 25000K .......... .......... .......... .......... .......... 46% 526K 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 25050K .......... .......... .......... .......... .......... 46% 67.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 25100K .......... .......... .......... .......... .......... 46% 66.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 25150K .......... .......... .......... .......... .......... 46% 57.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 25200K .......... .......... .......... .......... .......... 46% 71.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 25250K .......... .......... .......... .......... .......... 47% 88.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 25300K .......... .......... .......... .......... .......... 47% 78.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 25350K .......... .......... .......... .......... .......... 47% 79.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 25400K .......... .......... .......... .......... .......... 47% 106M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 25450K .......... .......... .......... .......... .......... 47% 83.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 25500K .......... .......... .......... .......... .......... 47% 82.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 25550K .......... .......... .......... .......... .......... 47% 95.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 25600K .......... .......... .......... .......... .......... 47% 51.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 25650K .......... .......... .......... .......... .......... 47% 86.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 25700K .......... .......... .......... .......... .......... 47% 58.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 25750K .......... .......... .......... .......... .......... 47% 74.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 25800K .......... .......... .......... .......... .......... 48% 62.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 25850K .......... .......... .......... .......... .......... 48% 5.95M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 25900K .......... .......... .......... .......... .......... 48% 75.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 25950K .......... .......... .......... .......... .......... 48% 70.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 26000K .......... .......... .......... .......... .......... 48% 79.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 26050K .......... .......... .......... .......... .......... 48% 79.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 26100K .......... .......... .......... .......... .......... 48% 77.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 26150K .......... .......... .......... .......... .......... 48% 68.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 26200K .......... .......... .......... .......... .......... 48% 79.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 26250K .......... .......... .......... .......... .......... 48% 76.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 26300K .......... .......... .......... .......... .......... 49% 102M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 26350K .......... .......... .......... .......... .......... 49% 69.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 26400K .......... .......... .......... .......... .......... 49% 80.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 26450K .......... .......... .......... .......... .......... 49% 78.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 26500K .......... .......... .......... .......... .......... 49% 78.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 26550K .......... .......... .......... .......... .......... 49% 68.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 26600K .......... .......... .......... .......... .......... 49% 81.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 26650K .......... .......... .......... .......... .......... 49% 87.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 26700K .......... .......... .......... .......... .......... 49% 84.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 26750K .......... .......... .......... .......... .......... 49% 74.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 26800K .......... .......... .......... .......... .......... 49% 78.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 26850K .......... .......... .......... .......... .......... 50% 114M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 26900K .......... .......... .......... .......... .......... 50% 129M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 26950K .......... .......... .......... .......... .......... 50% 114M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 27000K .......... .......... .......... .......... .......... 50% 62.6M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 27050K .......... .......... .......... .......... .......... 50% 134M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 27100K .......... .......... .......... .......... .......... 50% 107M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 27150K .......... .......... .......... .......... .......... 50% 73.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 27200K .......... .......... .......... .......... .......... 50% 84.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 27250K .......... .......... .......... .......... .......... 50% 52.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 27300K .......... .......... .......... .......... .......... 50% 87.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 27350K .......... .......... .......... .......... .......... 50% 83.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 27400K .......... .......... .......... .......... .......... 51% 71.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 27450K .......... .......... .......... .......... .......... 51% 79.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 27500K .......... .......... .......... .......... .......... 51% 74.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 27550K .......... .......... .......... .......... .......... 51% 82.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 27600K .......... .......... .......... .......... .......... 51% 85.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 27650K .......... .......... .......... .......... .......... 51% 88.6M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 27700K .......... .......... .......... .......... .......... 51% 82.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 27750K .......... .......... .......... .......... .......... 51% 77.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 27800K .......... .......... .......... .......... .......... 51% 68.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 27850K .......... .......... .......... .......... .......... 51% 110M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 27900K .......... .......... .......... .......... .......... 51% 126M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 27950K .......... .......... .......... .......... .......... 52% 542K 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 28000K .......... .......... .......... .......... .......... 52% 63.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 28050K .......... .......... .......... .......... .......... 52% 67.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 28100K .......... .......... .......... .......... .......... 52% 63.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 28150K .......... .......... .......... .......... .......... 52% 61.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 28200K .......... .......... .......... .......... .......... 52% 86.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 28250K .......... .......... .......... .......... .......... 52% 72.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 28300K .......... .......... .......... .......... .......... 52% 75.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 28350K .......... .......... .......... .......... .......... 52% 79.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 28400K .......... .......... .......... .......... .......... 52% 76.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 28450K .......... .......... .......... .......... .......... 53% 85.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 28500K .......... .......... .......... .......... .......... 53% 83.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 28550K .......... .......... .......... .......... .......... 53% 98.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 28600K .......... .......... .......... .......... .......... 53% 89.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 28650K .......... .......... .......... .......... .......... 53% 83.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 28700K .......... .......... .......... .......... .......... 53% 4.12M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 28750K .......... .......... .......... .......... .......... 53% 68.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 28800K .......... .......... .......... .......... .......... 53% 52.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 28850K .......... .......... .......... .......... .......... 53% 61.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 28900K .......... .......... .......... .......... .......... 53% 60.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 28950K .......... .......... .......... .......... .......... 53% 62.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 29000K .......... .......... .......... .......... .......... 54% 38.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 29050K .......... .......... .......... .......... .......... 54% 77.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 29100K .......... .......... .......... .......... .......... 54% 86.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 29150K .......... .......... .......... .......... .......... 54% 75.6M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 29200K .......... .......... .......... .......... .......... 54% 71.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 29250K .......... .......... .......... .......... .......... 54% 70.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 29300K .......... .......... .......... .......... .......... 54% 74.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 29350K .......... .......... .......... .......... .......... 54% 73.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 29400K .......... .......... .......... .......... .......... 54% 69.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 29450K .......... .......... .......... .......... .......... 54% 75.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 29500K .......... .......... .......... .......... .......... 54% 76.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 29550K .......... .......... .......... .......... .......... 55% 95.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 29600K .......... .......... .......... .......... .......... 55% 106M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 29650K .......... .......... .......... .......... .......... 55% 85.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 29700K .......... .......... .......... .......... .......... 55% 82.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 29750K .......... .......... .......... .......... .......... 55% 75.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 29800K .......... .......... .......... .......... .......... 55% 107M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 29850K .......... .......... .......... .......... .......... 55% 130M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 29900K .......... .......... .......... .......... .......... 55% 131M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 29950K .......... .......... .......... .......... .......... 55% 119M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 30000K .......... .......... .......... .......... .......... 55% 111M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 30050K .......... .......... .......... .......... .......... 55% 53.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 30100K .......... .......... .......... .......... .......... 56% 81.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 30150K .......... .......... .......... .......... .......... 56% 79.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 30200K .......... .......... .......... .......... .......... 56% 72.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 30250K .......... .......... .......... .......... .......... 56% 78.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 30300K .......... .......... .......... .......... .......... 56% 80.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 30350K .......... .......... .......... .......... .......... 56% 82.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 30400K .......... .......... .......... .......... .......... 56% 70.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 30450K .......... .......... .......... .......... .......... 56% 75.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 30500K .......... .......... .......... .......... .......... 56% 79.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 30550K .......... .......... .......... .......... .......... 56% 81.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 30600K .......... .......... .......... .......... .......... 57% 70.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 30650K .......... .......... .......... .......... .......... 57% 113M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 30700K .......... .......... .......... .......... .......... 57% 124M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 30750K .......... .......... .......... .......... .......... 57% 131M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 30800K .......... .......... .......... .......... .......... 57% 111M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 30850K .......... .......... .......... .......... .......... 57% 122M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 30900K .......... .......... .......... .......... .......... 57% 125M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 30950K .......... .......... .......... .......... .......... 57% 566K 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 31000K .......... .......... .......... .......... .......... 57% 62.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 31050K .......... .......... .......... .......... .......... 57% 71.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 31100K .......... .......... .......... .......... .......... 57% 75.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 31150K .......... .......... .......... .......... .......... 58% 63.6M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 31200K .......... .......... .......... .......... .......... 58% 103M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 31250K .......... .......... .......... .......... .......... 58% 75.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 31300K .......... .......... .......... .......... .......... 58% 63.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 31350K .......... .......... .......... .......... .......... 58% 79.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 31400K .......... .......... .......... .......... .......... 58% 84.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 31450K .......... .......... .......... .......... .......... 58% 75.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 31500K .......... .......... .......... .......... .......... 58% 92.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 31550K .......... .......... .......... .......... .......... 58% 87.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 31600K .......... .......... .......... .......... .......... 58% 3.22M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 31650K .......... .......... .......... .......... .......... 58% 68.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 31700K .......... .......... .......... .......... .......... 59% 50.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 31750K .......... .......... .......... .......... .......... 59% 64.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 31800K .......... .......... .......... .......... .......... 59% 64.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 31850K .......... .......... .......... .......... .......... 59% 63.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 31900K .......... .......... .......... .......... .......... 59% 62.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 31950K .......... .......... .......... .......... .......... 59% 69.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 32000K .......... .......... .......... .......... .......... 59% 85.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 32050K .......... .......... .......... .......... .......... 59% 81.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 32100K .......... .......... .......... .......... .......... 59% 66.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 32150K .......... .......... .......... .......... .......... 59% 103M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 32200K .......... .......... .......... .......... .......... 59% 70.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 32250K .......... .......... .......... .......... .......... 60% 85.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 32300K .......... .......... .......... .......... .......... 60% 80.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 32350K .......... .......... .......... .......... .......... 60% 95.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 32400K .......... .......... .......... .......... .......... 60% 101M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 32450K .......... .......... .......... .......... .......... 60% 77.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 32500K .......... .......... .......... .......... .......... 60% 73.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 32550K .......... .......... .......... .......... .......... 60% 78.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 32600K .......... .......... .......... .......... .......... 60% 95.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 32650K .......... .......... .......... .......... .......... 60% 65.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 32700K .......... .......... .......... .......... .......... 60% 113M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 32750K .......... .......... .......... .......... .......... 61% 128M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 32800K .......... .......... .......... .......... .......... 61% 106M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 32850K .......... .......... .......... .......... .......... 61% 88.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 32900K .......... .......... .......... .......... .......... 61% 70.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 32950K .......... .......... .......... .......... .......... 61% 123M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 33000K .......... .......... .......... .......... .......... 61% 108M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 33050K .......... .......... .......... .......... .......... 61% 88.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 33100K .......... .......... .......... .......... .......... 61% 71.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 33150K .......... .......... .......... .......... .......... 61% 85.6M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 33200K .......... .......... .......... .......... .......... 61% 84.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 33250K .......... .......... .......... .......... .......... 61% 78.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 33300K .......... .......... .......... .......... .......... 62% 71.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 33350K .......... .......... .......... .......... .......... 62% 84.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 33400K .......... .......... .......... .......... .......... 62% 76.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 33450K .......... .......... .......... .......... .......... 62% 81.6M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 33500K .......... .......... .......... .......... .......... 62% 70.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 33550K .......... .......... .......... .......... .......... 62% 85.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 33600K .......... .......... .......... .......... .......... 62% 122M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 33650K .......... .......... .......... .......... .......... 62% 129M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 33700K .......... .......... .......... .......... .......... 62% 113M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 33750K .......... .......... .......... .......... .......... 62% 133M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 33800K .......... .......... .......... .......... .......... 62% 571K 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 33850K .......... .......... .......... .......... .......... 63% 60.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 33900K .......... .......... .......... .......... .......... 63% 64.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 33950K .......... .......... .......... .......... .......... 63% 57.6M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 34000K .......... .......... .......... .......... .......... 63% 66.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 34050K .......... .......... .......... .......... .......... 63% 68.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 34100K .......... .......... .......... .......... .......... 63% 73.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 34150K .......... .......... .......... .......... .......... 63% 76.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 34200K .......... .......... .......... .......... .......... 63% 66.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 34250K .......... .......... .......... .......... .......... 63% 74.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 34300K .......... .......... .......... .......... .......... 63% 123M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 34350K .......... .......... .......... .......... .......... 63% 127M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 34400K .......... .......... .......... .......... .......... 64% 113M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 34450K .......... .......... .......... .......... .......... 64% 131M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 34500K .......... .......... .......... .......... .......... 64% 2.89M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 34550K .......... .......... .......... .......... .......... 64% 67.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 34600K .......... .......... .......... .......... .......... 64% 60.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 34650K .......... .......... .......... .......... .......... 64% 52.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 34700K .......... .......... .......... .......... .......... 64% 50.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 34750K .......... .......... .......... .......... .......... 64% 55.6M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 34800K .......... .......... .......... .......... .......... 64% 64.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 34850K .......... .......... .......... .......... .......... 64% 53.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 34900K .......... .......... .......... .......... .......... 65% 67.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 34950K .......... .......... .......... .......... .......... 65% 65.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 35000K .......... .......... .......... .......... .......... 65% 67.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 35050K .......... .......... .......... .......... .......... 65% 59.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 35100K .......... .......... .......... .......... .......... 65% 63.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 35150K .......... .......... .......... .......... .......... 65% 68.6M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 35200K .......... .......... .......... .......... .......... 65% 74.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 35250K .......... .......... .......... .......... .......... 65% 74.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 35300K .......... .......... .......... .......... .......... 65% 115M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 35350K .......... .......... .......... .......... .......... 65% 106M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 35400K .......... .......... .......... .......... .......... 65% 68.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 35450K .......... .......... .......... .......... .......... 66% 63.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 35500K .......... .......... .......... .......... .......... 66% 82.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 35550K .......... .......... .......... .......... .......... 66% 115M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 35600K .......... .......... .......... .......... .......... 66% 116M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 35650K .......... .......... .......... .......... .......... 66% 93.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 35700K .......... .......... .......... .......... .......... 66% 111M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 35750K .......... .......... .......... .......... .......... 66% 96.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 35800K .......... .......... .......... .......... .......... 66% 79.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 35850K .......... .......... .......... .......... .......... 66% 73.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 35900K .......... .......... .......... .......... .......... 66% 80.6M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 35950K .......... .......... .......... .......... .......... 66% 80.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 36000K .......... .......... .......... .......... .......... 67% 79.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 36050K .......... .......... .......... .......... .......... 67% 69.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 36100K .......... .......... .......... .......... .......... 67% 83.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 36150K .......... .......... .......... .......... .......... 67% 77.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 36200K .......... .......... .......... .......... .......... 67% 78.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 36250K .......... .......... .......... .......... .......... 67% 72.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 36300K .......... .......... .......... .......... .......... 67% 85.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 36350K .......... .......... .......... .......... .......... 67% 131M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 36400K .......... .......... .......... .......... .......... 67% 112M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 36450K .......... .......... .......... .......... .......... 67% 116M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 36500K .......... .......... .......... .......... .......... 67% 130M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 36550K .......... .......... .......... .......... .......... 68% 119M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 36600K .......... .......... .......... .......... .......... 68% 130M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 36650K .......... .......... .......... .......... .......... 68% 111M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 36700K .......... .......... .......... .......... .......... 68% 594K 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 36750K .......... .......... .......... .......... .......... 68% 63.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 36800K .......... .......... .......... .......... .......... 68% 64.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 36850K .......... .......... .......... .......... .......... 68% 54.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 36900K .......... .......... .......... .......... .......... 68% 67.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 36950K .......... .......... .......... .......... .......... 68% 72.6M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 37000K .......... .......... .......... .......... .......... 68% 85.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 37050K .......... .......... .......... .......... .......... 69% 73.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 37100K .......... .......... .......... .......... .......... 69% 78.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 37150K .......... .......... .......... .......... .......... 69% 72.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 37200K .......... .......... .......... .......... .......... 69% 98.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 37250K .......... .......... .......... .......... .......... 69% 95.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 37300K .......... .......... .......... .......... .......... 69% 113M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 37350K .......... .......... .......... .......... .......... 69% 2.86M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 37400K .......... .......... .......... .......... .......... 69% 19.6M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 37450K .......... .......... .......... .......... .......... 69% 49.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 37500K .......... .......... .......... .......... .......... 69% 48.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 37550K .......... .......... .......... .......... .......... 69% 50.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 37600K .......... .......... .......... .......... .......... 70% 55.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 37650K .......... .......... .......... .......... .......... 70% 55.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 37700K .......... .......... .......... .......... .......... 70% 65.6M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 37750K .......... .......... .......... .......... .......... 70% 67.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 37800K .......... .......... .......... .......... .......... 70% 64.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 37850K .......... .......... .......... .......... .......... 70% 58.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 37900K .......... .......... .......... .......... .......... 70% 82.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 37950K .......... .......... .......... .......... .......... 70% 78.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 38000K .......... .......... .......... .......... .......... 70% 106M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 38050K .......... .......... .......... .......... .......... 70% 93.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 38100K .......... .......... .......... .......... .......... 70% 71.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 38150K .......... .......... .......... .......... .......... 71% 73.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 38200K .......... .......... .......... .......... .......... 71% 71.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 38250K .......... .......... .......... .......... .......... 71% 65.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 38300K .......... .......... .......... .......... .......... 71% 113M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 38350K .......... .......... .......... .......... .......... 71% 103M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 38400K .......... .......... .......... .......... .......... 71% 113M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 38450K .......... .......... .......... .......... .......... 71% 71.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 38500K .......... .......... .......... .......... .......... 71% 70.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 38550K .......... .......... .......... .......... .......... 71% 70.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 38600K .......... .......... .......... .......... .......... 71% 84.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 38650K .......... .......... .......... .......... .......... 71% 63.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 38700K .......... .......... .......... .......... .......... 72% 73.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 38750K .......... .......... .......... .......... .......... 72% 69.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 38800K .......... .......... .......... .......... .......... 72% 65.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 38850K .......... .......... .......... .......... .......... 72% 61.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 38900K .......... .......... .......... .......... .......... 72% 69.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 38950K .......... .......... .......... .......... .......... 72% 63.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 39000K .......... .......... .......... .......... .......... 72% 68.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 39050K .......... .......... .......... .......... .......... 72% 65.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 39100K .......... .......... .......... .......... .......... 72% 92.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 39150K .......... .......... .......... .......... .......... 72% 113M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 39200K .......... .......... .......... .......... .......... 73% 111M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 39250K .......... .......... .......... .......... .......... 73% 101M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 39300K .......... .......... .......... .......... .......... 73% 112M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 39350K .......... .......... .......... .......... .......... 73% 117M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 39400K .......... .......... .......... .......... .......... 73% 115M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 39450K .......... .......... .......... .......... .......... 73% 101M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 39500K .......... .......... .......... .......... .......... 73% 115M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 39550K .......... .......... .......... .......... .......... 73% 619K 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 39600K .......... .......... .......... .......... .......... 73% 53.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 39650K .......... .......... .......... .......... .......... 73% 54.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 39700K .......... .......... .......... .......... .......... 73% 55.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 39750K .......... .......... .......... .......... .......... 74% 42.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 39800K .......... .......... .......... .......... .......... 74% 61.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 39850K .......... .......... .......... .......... .......... 74% 61.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 39900K .......... .......... .......... .......... .......... 74% 77.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 39950K .......... .......... .......... .......... .......... 74% 65.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 40000K .......... .......... .......... .......... .......... 74% 93.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 40050K .......... .......... .......... .......... .......... 74% 113M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 40100K .......... .......... .......... .......... .......... 74% 113M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 40150K .......... .......... .......... .......... .......... 74% 100M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 40200K .......... .......... .......... .......... .......... 74% 115M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 40250K .......... .......... .......... .......... .......... 74% 2.45M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 40300K .......... .......... .......... .......... .......... 75% 57.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 40350K .......... .......... .......... .......... .......... 75% 56.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 40400K .......... .......... .......... .......... .......... 75% 45.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 40450K .......... .......... .......... .......... .......... 75% 55.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 40500K .......... .......... .......... .......... .......... 75% 54.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 40550K .......... .......... .......... .......... .......... 75% 62.3M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 40600K .......... .......... .......... .......... .......... 75% 59.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 40650K .......... .......... .......... .......... .......... 75% 67.0M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 40700K .......... .......... .......... .......... .......... 75% 75.6M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 40750K .......... .......... .......... .......... .......... 75% 88.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 40800K .......... .......... .......... .......... .......... 75% 96.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 40850K .......... .......... .......... .......... .......... 76% 73.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 40900K .......... .......... .......... .......... .......... 76% 83.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 40950K .......... .......... .......... .......... .......... 76% 70.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 41000K .......... .......... .......... .......... .......... 76% 60.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 41050K .......... .......... .......... .......... .......... 76% 74.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 41100K .......... .......... .......... .......... .......... 76% 116M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 41150K .......... .......... .......... .......... .......... 76% 99.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 41200K .......... .......... .......... .......... .......... 76% 67.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 41250K .......... .......... .......... .......... .......... 76% 71.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 41300K .......... .......... .......... .......... .......... 76% 68.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 41350K .......... .......... .......... .......... .......... 77% 67.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 41400K .......... .......... .......... .......... .......... 77% 74.7M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 41450K .......... .......... .......... .......... .......... 77% 115M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 41500K .......... .......... .......... .......... .......... 77% 100M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 41550K .......... .......... .......... .......... .......... 77% 73.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 41600K .......... .......... .......... .......... .......... 77% 66.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 41650K .......... .......... .......... .......... .......... 77% 70.6M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 41700K .......... .......... .......... .......... .......... 77% 70.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 41750K .......... .......... .......... .......... .......... 77% 71.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 41800K .......... .......... .......... .......... .......... 77% 60.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 41850K .......... .......... .......... .......... .......... 77% 70.4M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 41900K .......... .......... .......... .......... .......... 78% 82.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 41950K .......... .......... .......... .......... .......... 78% 102M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 42000K .......... .......... .......... .......... .......... 78% 101M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 42050K .......... .......... .......... .......... .......... 78% 112M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 42100K .......... .......... .......... .......... .......... 78% 111M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 42150K .......... .......... .......... .......... .......... 78% 109M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 42200K .......... .......... .......... .......... .......... 78% 96.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 42250K .......... .......... .......... .......... .......... 78% 109M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 42300K .......... .......... .......... .......... .......... 78% 616K 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 42350K .......... .......... .......... .......... .......... 78% 58.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 42400K .......... .......... .......... .......... .......... 78% 53.5M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 42450K .......... .......... .......... .......... .......... 79% 57.2M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 42500K .......... .......... .......... .......... .......... 79% 45.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 42550K .......... .......... .......... .......... .......... 79% 70.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 42600K .......... .......... .......... .......... .......... 79% 61.6M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 42650K .......... .......... .......... .......... .......... 79% 70.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 42700K .......... .......... .......... .......... .......... 79% 59.8M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 42750K .......... .......... .......... .......... .......... 79% 80.9M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 42800K .......... .......... .......... .......... .......... 79% 111M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 42850K .......... .......... .......... .......... .......... 79% 112M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 42900K .......... .......... .......... .......... .......... 79% 93.6M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 42950K .......... .......... .......... .......... .......... 79% 108M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 43000K .......... .......... .......... .......... .......... 80% 117M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 43050K .......... .......... .......... .......... .......... 80% 114M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 43100K .......... .......... .......... .......... .......... 80% 3.17M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 43150K .......... .......... .......... .......... .......... 80% 8.53M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 43200K .......... .......... .......... .......... .......... 80% 64.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 43250K .......... .......... .......... .......... .......... 80% 62.1M 1s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 43300K .......... .......... .......... .......... .......... 80% 50.2M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 43350K .......... .......... .......... .......... .......... 80% 58.5M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 43400K .......... .......... .......... .......... .......... 80% 58.6M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 43450K .......... .......... .......... .......... .......... 80% 66.9M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 43500K .......... .......... .......... .......... .......... 81% 59.3M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 43550K .......... .......... .......... .......... .......... 81% 72.2M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 43600K .......... .......... .......... .......... .......... 81% 62.2M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 43650K .......... .......... .......... .......... .......... 81% 76.0M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 43700K .......... .......... .......... .......... .......... 81% 58.3M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 43750K .......... .......... .......... .......... .......... 81% 69.2M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 43800K .......... .......... .......... .......... .......... 81% 71.5M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 43850K .......... .......... .......... .......... .......... 81% 75.1M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 43900K .......... .......... .......... .......... .......... 81% 68.9M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 43950K .......... .......... .......... .......... .......... 81% 92.2M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 44000K .......... .......... .......... .......... .......... 81% 117M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 44050K .......... .......... .......... .......... .......... 82% 84.4M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 44100K .......... .......... .......... .......... .......... 82% 68.1M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 44150K .......... .......... .......... .......... .......... 82% 72.9M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 44200K .......... .......... .......... .......... .......... 82% 78.6M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 44250K .......... .......... .......... .......... .......... 82% 85.7M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 44300K .......... .......... .......... .......... .......... 82% 97.4M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 44350K .......... .......... .......... .......... .......... 82% 117M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 44400K .......... .......... .......... .......... .......... 82% 106M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 44450K .......... .......... .......... .......... .......... 82% 80.4M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 44500K .......... .......... .......... .......... .......... 82% 60.6M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 44550K .......... .......... .......... .......... .......... 82% 63.9M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 44600K .......... .......... .......... .......... .......... 83% 75.6M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 44650K .......... .......... .......... .......... .......... 83% 70.1M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 44700K .......... .......... .......... .......... .......... 83% 62.3M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 44750K .......... .......... .......... .......... .......... 83% 85.3M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 44800K .......... .......... .......... .......... .......... 83% 115M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 44850K .......... .......... .......... .......... .......... 83% 116M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 44900K .......... .......... .......... .......... .......... 83% 102M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 44950K .......... .......... .......... .......... .......... 83% 118M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 45000K .......... .......... .......... .......... .......... 83% 111M 0s unit-oai-epc-0: 16:14:39 DEBUG unit.oai-epc/0.install 45050K .......... .......... .......... .......... .......... 83% 115M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 45100K .......... .......... .......... .......... .......... 83% 623K 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 45150K .......... .......... .......... .......... .......... 84% 49.6M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 45200K .......... .......... .......... .......... .......... 84% 57.8M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 45250K .......... .......... .......... .......... .......... 84% 56.1M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 45300K .......... .......... .......... .......... .......... 84% 55.8M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 45350K .......... .......... .......... .......... .......... 84% 55.7M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 45400K .......... .......... .......... .......... .......... 84% 63.5M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 45450K .......... .......... .......... .......... .......... 84% 78.3M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 45500K .......... .......... .......... .......... .......... 84% 70.3M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 45550K .......... .......... .......... .......... .......... 84% 61.9M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 45600K .......... .......... .......... .......... .......... 84% 116M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 45650K .......... .......... .......... .......... .......... 85% 115M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 45700K .......... .......... .......... .......... .......... 85% 114M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 45750K .......... .......... .......... .......... .......... 85% 97.5M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 45800K .......... .......... .......... .......... .......... 85% 117M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 45850K .......... .......... .......... .......... .......... 85% 3.13M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 45900K .......... .......... .......... .......... .......... 85% 56.9M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 45950K .......... .......... .......... .......... .......... 85% 60.4M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 46000K .......... .......... .......... .......... .......... 85% 81.6M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 46050K .......... .......... .......... .......... .......... 85% 7.83M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 46100K .......... .......... .......... .......... .......... 85% 54.3M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 46150K .......... .......... .......... .......... .......... 85% 54.2M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 46200K .......... .......... .......... .......... .......... 86% 51.1M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 46250K .......... .......... .......... .......... .......... 86% 53.7M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 46300K .......... .......... .......... .......... .......... 86% 53.1M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 46350K .......... .......... .......... .......... .......... 86% 63.3M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 46400K .......... .......... .......... .......... .......... 86% 67.3M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 46450K .......... .......... .......... .......... .......... 86% 68.1M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 46500K .......... .......... .......... .......... .......... 86% 57.4M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 46550K .......... .......... .......... .......... .......... 86% 70.4M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 46600K .......... .......... .......... .......... .......... 86% 69.6M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 46650K .......... .......... .......... .......... .......... 86% 85.3M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 46700K .......... .......... .......... .......... .......... 86% 71.4M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 46750K .......... .......... .......... .......... .......... 87% 71.8M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 46800K .......... .......... .......... .......... .......... 87% 70.8M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 46850K .......... .......... .......... .......... .......... 87% 70.0M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 46900K .......... .......... .......... .......... .......... 87% 64.9M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 46950K .......... .......... .......... .......... .......... 87% 90.3M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 47000K .......... .......... .......... .......... .......... 87% 115M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 47050K .......... .......... .......... .......... .......... 87% 92.8M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 47100K .......... .......... .......... .......... .......... 87% 64.2M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 47150K .......... .......... .......... .......... .......... 87% 97.8M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 47200K .......... .......... .......... .......... .......... 87% 118M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 47250K .......... .......... .......... .......... .......... 87% 101M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 47300K .......... .......... .......... .......... .......... 88% 66.1M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 47350K .......... .......... .......... .......... .......... 88% 71.5M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 47400K .......... .......... .......... .......... .......... 88% 69.4M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 47450K .......... .......... .......... .......... .......... 88% 68.5M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 47500K .......... .......... .......... .......... .......... 88% 61.1M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 47550K .......... .......... .......... .......... .......... 88% 83.3M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 47600K .......... .......... .......... .......... .......... 88% 114M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 47650K .......... .......... .......... .......... .......... 88% 114M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 47700K .......... .......... .......... .......... .......... 88% 103M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 47750K .......... .......... .......... .......... .......... 88% 107M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 47800K .......... .......... .......... .......... .......... 89% 114M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 47850K .......... .......... .......... .......... .......... 89% 111M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 47900K .......... .......... .......... .......... .......... 89% 624K 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 47950K .......... .......... .......... .......... .......... 89% 46.7M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 48000K .......... .......... .......... .......... .......... 89% 47.3M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 48050K .......... .......... .......... .......... .......... 89% 53.9M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 48100K .......... .......... .......... .......... .......... 89% 56.9M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 48150K .......... .......... .......... .......... .......... 89% 52.8M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 48200K .......... .......... .......... .......... .......... 89% 70.0M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 48250K .......... .......... .......... .......... .......... 89% 73.3M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 48300K .......... .......... .......... .......... .......... 89% 112M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 48350K .......... .......... .......... .......... .......... 90% 97.3M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 48400K .......... .......... .......... .......... .......... 90% 115M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 48450K .......... .......... .......... .......... .......... 90% 113M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 48500K .......... .......... .......... .......... .......... 90% 116M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 48550K .......... .......... .......... .......... .......... 90% 99.6M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 48600K .......... .......... .......... .......... .......... 90% 115M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 48650K .......... .......... .......... .......... .......... 90% 106M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 48700K .......... .......... .......... .......... .......... 90% 3.40M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 48750K .......... .......... .......... .......... .......... 90% 67.8M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 48800K .......... .......... .......... .......... .......... 90% 68.8M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 48850K .......... .......... .......... .......... .......... 90% 76.8M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 48900K .......... .......... .......... .......... .......... 91% 112M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 48950K .......... .......... .......... .......... .......... 91% 6.05M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 49000K .......... .......... .......... .......... .......... 91% 56.4M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 49050K .......... .......... .......... .......... .......... 91% 63.5M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 49100K .......... .......... .......... .......... .......... 91% 62.7M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 49150K .......... .......... .......... .......... .......... 91% 71.6M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 49200K .......... .......... .......... .......... .......... 91% 51.2M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 49250K .......... .......... .......... .......... .......... 91% 66.8M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 49300K .......... .......... .......... .......... .......... 91% 69.8M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 49350K .......... .......... .......... .......... .......... 91% 66.2M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 49400K .......... .......... .......... .......... .......... 91% 60.7M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 49450K .......... .......... .......... .......... .......... 92% 68.1M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 49500K .......... .......... .......... .......... .......... 92% 68.0M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 49550K .......... .......... .......... .......... .......... 92% 73.8M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 49600K .......... .......... .......... .......... .......... 92% 69.4M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 49650K .......... .......... .......... .......... .......... 92% 76.0M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 49700K .......... .......... .......... .......... .......... 92% 70.7M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 49750K .......... .......... .......... .......... .......... 92% 96.7M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 49800K .......... .......... .......... .......... .......... 92% 63.0M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 49850K .......... .......... .......... .......... .......... 92% 76.4M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 49900K .......... .......... .......... .......... .......... 92% 103M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 49950K .......... .......... .......... .......... .......... 93% 104M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 50000K .......... .......... .......... .......... .......... 93% 66.1M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 50050K .......... .......... .......... .......... .......... 93% 74.0M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 50100K .......... .......... .......... .......... .......... 93% 115M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 50150K .......... .......... .......... .......... .......... 93% 93.1M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 50200K .......... .......... .......... .......... .......... 93% 65.4M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 50250K .......... .......... .......... .......... .......... 93% 78.7M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 50300K .......... .......... .......... .......... .......... 93% 70.7M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 50350K .......... .......... .......... .......... .......... 93% 72.7M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 50400K .......... .......... .......... .......... .......... 93% 65.5M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 50450K .......... .......... .......... .......... .......... 93% 114M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 50500K .......... .......... .......... .......... .......... 94% 111M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 50550K .......... .......... .......... .......... .......... 94% 111M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 50600K .......... .......... .......... .......... .......... 94% 102M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 50650K .......... .......... .......... .......... .......... 94% 113M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 50700K .......... .......... .......... .......... .......... 94% 648K 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 50750K .......... .......... .......... .......... .......... 94% 49.3M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 50800K .......... .......... .......... .......... .......... 94% 57.4M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 50850K .......... .......... .......... .......... .......... 94% 66.5M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 50900K .......... .......... .......... .......... .......... 94% 57.3M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 50950K .......... .......... .......... .......... .......... 94% 50.1M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 51000K .......... .......... .......... .......... .......... 94% 79.6M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 51050K .......... .......... .......... .......... .......... 95% 76.8M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 51100K .......... .......... .......... .......... .......... 95% 87.4M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 51150K .......... .......... .......... .......... .......... 95% 65.7M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 51200K .......... .......... .......... .......... .......... 95% 81.8M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 51250K .......... .......... .......... .......... .......... 95% 82.1M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 51300K .......... .......... .......... .......... .......... 95% 89.2M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 51350K .......... .......... .......... .......... .......... 95% 102M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 51400K .......... .......... .......... .......... .......... 95% 117M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 51450K .......... .......... .......... .......... .......... 95% 3.00M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 51500K .......... .......... .......... .......... .......... 95% 60.5M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 51550K .......... .......... .......... .......... .......... 95% 47.2M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 51600K .......... .......... .......... .......... .......... 96% 37.5M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 51650K .......... .......... .......... .......... .......... 96% 99.6M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 51700K .......... .......... .......... .......... .......... 96% 110M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 51750K .......... .......... .......... .......... .......... 96% 98.7M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 51800K .......... .......... .......... .......... .......... 96% 5.74M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 51850K .......... .......... .......... .......... .......... 96% 66.8M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 51900K .......... .......... .......... .......... .......... 96% 66.4M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 51950K .......... .......... .......... .......... .......... 96% 56.9M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 52000K .......... .......... .......... .......... .......... 96% 64.6M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 52050K .......... .......... .......... .......... .......... 96% 64.7M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 52100K .......... .......... .......... .......... .......... 97% 72.8M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 52150K .......... .......... .......... .......... .......... 97% 64.4M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 52200K .......... .......... .......... .......... .......... 97% 80.8M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 52250K .......... .......... .......... .......... .......... 97% 80.3M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 52300K .......... .......... .......... .......... .......... 97% 78.3M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 52350K .......... .......... .......... .......... .......... 97% 69.1M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 52400K .......... .......... .......... .......... .......... 97% 80.8M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 52450K .......... .......... .......... .......... .......... 97% 73.3M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 52500K .......... .......... .......... .......... .......... 97% 76.4M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 52550K .......... .......... .......... .......... .......... 97% 74.4M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 52600K .......... .......... .......... .......... .......... 97% 96.8M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 52650K .......... .......... .......... .......... .......... 98% 94.3M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 52700K .......... .......... .......... .......... .......... 98% 98.0M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 52750K .......... .......... .......... .......... .......... 98% 74.8M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 52800K .......... .......... .......... .......... .......... 98% 79.9M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 52850K .......... .......... .......... .......... .......... 98% 92.3M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 52900K .......... .......... .......... .......... .......... 98% 103M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 52950K .......... .......... .......... .......... .......... 98% 73.7M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 53000K .......... .......... .......... .......... .......... 98% 97.6M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 53050K .......... .......... .......... .......... .......... 98% 131M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 53100K .......... .......... .......... .......... .......... 98% 127M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 53150K .......... .......... .......... .......... .......... 98% 111M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 53200K .......... .......... .......... .......... .......... 99% 87.9M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 53250K .......... .......... .......... .......... .......... 99% 84.4M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 53300K .......... .......... .......... .......... .......... 99% 80.0M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 53350K .......... .......... .......... .......... .......... 99% 67.5M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 53400K .......... .......... .......... .......... .......... 99% 125M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 53450K .......... .......... .......... .......... .......... 99% 125M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 53500K .......... .......... .......... .......... .......... 99% 127M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 53550K .......... .......... .......... .......... .......... 99% 652K 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 53600K .......... .......... .......... .......... .......... 99% 66.6M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 53650K .......... .......... .......... .......... .......... 99% 46.9M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 53700K .......... .......... .......... .......... .......... 99% 93.3M 0s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 53750K ...... 100% 36.0M=2.6s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install 2018-04-25 16:14:40 (20.3 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [55046174/55046174] unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install FINISHED --2018-04-25 16:14:40-- unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install Total wall clock time: 4.9s unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install Downloaded: 4 files, 66M in 4.2s (15.7 MB/s) unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install + dpkg -i kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install (Reading database ... 53392 files and directories currently installed.) unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-epc-0: 16:14:40 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-epc-0: 16:14:42 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-epc-0: 16:14:42 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb ... unit-oai-epc-0: 16:14:42 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-epc-0: 16:14:47 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-epc-0: 16:14:47 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-epc-0: 16:14:47 DEBUG unit.oai-epc/0.install Done. unit-oai-epc-0: 16:14:47 DEBUG unit.oai-epc/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-epc-0: 16:14:57 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-epc-0: 16:14:57 DEBUG unit.oai-epc/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-epc-0: 16:14:57 DEBUG unit.oai-epc/0.install Running depmod. unit-oai-epc-0: 16:14:57 DEBUG unit.oai-epc/0.install update-initramfs: deferring update (hook will be called later) unit-oai-epc-0: 16:14:57 DEBUG unit.oai-epc/0.install Examining /etc/kernel/postinst.d. unit-oai-epc-0: 16:14:57 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 16:14:57 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 16:14:57 DEBUG unit.oai-epc/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-oai-epc-0: 16:15:05 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 16:15:05 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 16:15:05 DEBUG unit.oai-epc/0.install Searching for GRUB installation directory ... found: /boot/grub unit-oai-epc-0: 16:15:05 DEBUG unit.oai-epc/0.install Searching for default file ... found: /boot/grub/default unit-oai-epc-0: 16:15:05 DEBUG unit.oai-epc/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-oai-epc-0: 16:15:05 DEBUG unit.oai-epc/0.install Searching for splash image ... none found, skipping ... unit-oai-epc-0: 16:15:05 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-145-generic unit-oai-epc-0: 16:15:05 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 16:15:05 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-145-generic unit-oai-epc-0: 16:15:05 DEBUG unit.oai-epc/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-epc-0: 16:15:05 DEBUG unit.oai-epc/0.install Updating /boot/grub/menu.lst ... done unit-oai-epc-0: 16:15:05 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:15:05 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 16:15:05 DEBUG unit.oai-epc/0.install Generating grub configuration file ... unit-oai-epc-0: 16:15:06 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 16:15:06 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-oai-epc-0: 16:15:06 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-145-generic unit-oai-epc-0: 16:15:06 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-145-generic unit-oai-epc-0: 16:15:06 DEBUG unit.oai-epc/0.install done unit-oai-epc-0: 16:15:07 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-epc-0: 16:15:08 DEBUG unit.oai-epc/0.install + echo reboot unit-oai-epc-0: 16:15:08 DEBUG unit.oai-epc/0.install + juju-reboot --now unit-oai-epc-0: 16:15:08 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-epc-0: 16:15:08 INFO juju.worker.uniter.context trying to kill context process 3062 unit-oai-epc-0: 16:15:08 INFO juju.worker.uniter.context waiting for context process 3062 to die unit-oai-epc-0: 16:15:08 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-epc-0: 16:15:08 INFO juju.worker.uniter.context assuming already killed unit-oai-epc-0: 16:15:08 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-oai-epc-0: 16:15:12 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 16:15:12 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:15:12 INFO juju.worker.uniter unit "oai-epc/0" shutting down: machine needs to reboot unit-oai-epc-0: 16:15:12 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-epc-0: 16:15:12 DEBUG juju.worker.uniter juju-run listener stopped unit-oai-epc-0: 16:15:12 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine needs to reboot machine-2: 16:15:16 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-2: 16:15:16 DEBUG juju.worker.reboot acquiring mutex "machine-lock" for reboot machine-2: 16:15:16 DEBUG juju.worker.reboot mutex "machine-lock" acquired, won't release machine-2: 16:15:16 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot machine-2: 16:15:16 DEBUG juju.worker killing runner 0xc4203a3380 unit-oai-epc-0: 16:15:39 INFO juju.cmd running jujud [2.2.5 gc go1.8] machine-2: 16:15:39 INFO juju.cmd running jujud [2.2.5 gc go1.8] unit-oai-epc-0: 16:15:39 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: 16:15:39 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 16:15:39 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 16:15:39 DEBUG juju.worker start "api" unit-oai-epc-0: 16:15:39 INFO juju.worker start "api" machine-2: 16:15:39 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 16:15:39 DEBUG juju.agent read agent config, format "2.0" machine-2: 16:15:39 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 16:15:39 DEBUG juju.worker "api" started unit-oai-epc-0: 16:15:39 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:15:39 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 16:15:39 INFO juju.worker.upgradesteps upgrade steps for 2.2.5 have already been run. machine-2: 16:15:39 DEBUG juju.worker start "engine" machine-2: 16:15:39 INFO juju.worker start "engine" machine-2: 16:15:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 16:15:39 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 16:15:39 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 16:15:39 DEBUG juju.worker "engine" started machine-2: 16:15:39 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 16:15:39 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 16:15:39 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 16:15:39 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 16:15:39 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:39 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-oai-epc-0: 16:15:39 INFO juju.api connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-oai-epc-0: 16:15:39 DEBUG juju.api successfully dialed "wss://172.16.0.9:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-2: 16:15:39 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 16:15:39 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 16:15:39 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 16:15:39 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:39 DEBUG juju.worker.apicaller connecting with current password machine-2: 16:15:39 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-2: 16:15:39 INFO juju.api connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-2: 16:15:39 DEBUG juju.api successfully dialed "wss://172.16.0.9:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-2: 16:15:39 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-2: 16:15:39 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 16:15:40 DEBUG juju.worker.apicaller connected machine-2: 16:15:40 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 16:15:40 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 16:15:40 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 16:15:40 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 16:15:40 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 16:15:40 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-2: 16:15:40 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-2: 16:15:40 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 16:15:40 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 16:15:40 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 16:15:40 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 16:15:40 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 16:15:40 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 16:15:40 DEBUG juju.worker.apicaller connected machine-2: 16:15:40 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 16:15:40 INFO juju.worker.upgrader unblocking abort check machine-2: 16:15:40 INFO juju.worker.upgrader desired tool version: 2.2.5 machine-2: 16:15:40 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-epc-0: 16:15:40 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 16:15:40 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 16:15:40 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:40 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 16:15:40 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 16:15:40 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 16:15:40 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-epc-0: 16:15:40 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 16:15:40 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-epc-0: 16:15:40 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-epc-0: 16:15:40 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 16:15:40 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 16:15:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 16:15:40 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 16:15:40 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 16:15:40 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 16:15:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 16:15:40 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 16:15:40 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-epc-0: 16:15:40 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 16:15:40 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 16:15:40 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 16:15:40 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 16:15:40 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 16:15:40 DEBUG juju.network including address public:172.30.9.214 for machine unit-oai-epc-0: 16:15:40 DEBUG juju.network including address local-cloud:172.16.0.9 for machine unit-oai-epc-0: 16:15:40 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 16:15:40 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 16:15:40 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:172.16.0.9 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 16:15:40 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 172.16.0.9:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 16:15:40 DEBUG juju.agent API server address details [["172.30.9.214:17070" "172.16.0.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["172.16.0.9:17070" "172.30.9.214:17070"] unit-oai-epc-0: 16:15:40 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 16:15:40 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 16:15:40 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 16:15:41 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 16:15:41 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available machine-2: 16:15:41 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 16:15:41 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 16:15:41 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 16:15:41 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-epc-0: 16:15:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 16:15:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 16:15:41 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 16:15:41 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 16:15:41 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine-2: 16:15:41 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 16:15:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 16:15:41 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 16:15:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 16:15:41 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 16:15:41 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 16:15:41 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-2: 16:15:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 16:15:41 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 16:15:41 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 16:15:41 DEBUG juju.worker.logger logger setup machine-2: 16:15:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 16:15:41 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 16:15:41 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] unit-oai-epc-0: 16:15:41 DEBUG juju.worker.meterstatus got meter status change signal from watcher machine-2: 16:15:41 DEBUG juju.worker.dependency "machiner" manifold worker started unit-oai-epc-0: 16:15:41 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.16.0.9,172.30.9.214,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 16:15:41 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 16:15: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-2: 16:15:41 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 16:15:41 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 16:15:41 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.16.0.9,172.30.9.214,::1,localhost", AutoNoProxy:""} machine-2: 16:15:41 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 16:15: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 apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-2: 16:15:41 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 16:15:41 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 16:15:41 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 16:15:41 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys unit-oai-epc-0: 16:15:41 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 16:15:41 DEBUG juju.worker.dependency "metric-sender" manifold worker started machine-2: 16:15:41 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 16:15:41 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 16:15:41 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 16:15:41 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 16:15:41 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 16:15:41 DEBUG juju.network including address local-cloud:172.16.0.13 for machine machine-2: 16:15:41 DEBUG juju.network including address local-machine:::1 for machine machine-2: 16:15:41 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:172.16.0.13 local-machine:::1] machine-2: 16:15:41 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:172.16.0.13 local-machine:::1] machine-2: 16:15:41 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 16:15:41 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 16:15:41 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 16:15:41 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 16:15:41 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 16:15:41 DEBUG juju.network including address public:172.30.9.214 for machine machine-2: 16:15:41 DEBUG juju.network including address local-cloud:172.16.0.9 for machine machine-2: 16:15:41 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 16:15:41 DEBUG juju.network including address local-machine:::1 for machine machine-2: 16:15:41 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:172.16.0.9 local-machine:127.0.0.1 local-machine:::1] machine-2: 16:15:41 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 172.16.0.9:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 16:15:41 DEBUG juju.agent API server address details [["172.30.9.214:17070" "172.16.0.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["172.16.0.9:17070" "172.30.9.214:17070"] unit-oai-epc-0: 16:15:41 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 16:15:41 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.5-trusty-amd64 unit-oai-epc-0: 16:15:41 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.5-trusty-amd64/jujud machine-2: 16:15:41 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 16:15:41 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 16:15:41 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 16:15:41 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 16:15:41 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 16:15:41 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 16:15:41 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 16:15:41 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 16:15:41 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] unit-oai-epc-0: 16:15:41 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 16:15:41 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 16:15:41 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 16:15:41 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 16:15:41 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 16:15:41 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 16:15:41 INFO juju.worker.upgrader desired tool version: 2.2.5 unit-oai-epc-0: 16:15:41 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 16:15:41 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 16:15:41 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 16:15:41 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 16:15:41 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 16:15:41 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 16:15:41 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 16:15:41 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 16:15:41 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 16:15:41 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 16:15:41 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 16:15:41 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 16:15:41 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:15:41 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:15:41 DEBUG juju.worker.uniter.operation preparing operation "run install hook" machine-2: 16:15:41 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 16:15:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-oai-epc-0: 16:15:41 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 16:15:41 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook machine-2: 16:15:41 DEBUG juju.worker start "2-container-watcher" machine-2: 16:15:41 DEBUG juju.worker start "stateconverter" machine-2: 16:15:41 INFO juju.worker start "2-container-watcher" machine-2: 16:15:41 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 16:15:41 DEBUG juju.worker "2-container-watcher" started machine-2: 16:15:41 INFO juju.worker start "stateconverter" machine-2: 16:15:41 DEBUG juju.worker "stateconverter" started machine-2: 16:15:41 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 16:15:41 INFO juju.worker.machiner "machine-2" started unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 16:15:41 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 16:15:41 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 16:15:41 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 16:15:41 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' machine-2: 16:15:42 DEBUG juju.worker.machiner observed network config updated for "machine-2" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:89:b5:69 172.16.0.0/24 1450 0 eth0 ethernet false false static 172.16.0.13 [] [] []} {2 fa:16:3e:89:b5:69 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-epc-0: 16:15:42 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 16:15:42 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:15:42 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: 16:15:42 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:15:42 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 16:15:42 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 16:15:42 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 16:15:42 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 16:15:42 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 16:15:42 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 16:15:42 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 16:15:42 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 16:15:42 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 16:15:42 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:15:42 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 16:15:42 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 16:15:42 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 16:15:43 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 16:15:43 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 16:15:43 DEBUG unit.oai-epc/0.install + echo -n unit-oai-epc-0: 16:15:44 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 16:15:44 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-epc-0: 16:15:44 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:15:44 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 16:15:44 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 16:15:44 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-epc-0: 16:15:44 DEBUG unit.oai-epc/0.install HEAD is now at 11723fa modified config file to match IMSI w/ OAI UE (tag v0.1) unit-oai-epc-0: 16:15:44 DEBUG unit.oai-epc/0.install + git checkout v0.3.2-branch unit-oai-epc-0: 16:15:44 DEBUG unit.oai-epc/0.install Already on 'v0.3.2-branch' unit-oai-epc-0: 16:15:44 DEBUG unit.oai-epc/0.install Your branch is up-to-date with 'origin/v0.3.2-branch'. unit-oai-epc-0: 16:15:44 DEBUG unit.oai-epc/0.install + git pull unit-oai-epc-0: 16:15:45 INFO juju.worker.upgrader desired tool version: 2.2.5 unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install Already up-to-date. unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 16:15:45 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:15:45 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install + current_kern_release=3.19.0-031900-generic unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install + current_kern_major_revision=19 unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install + '[' 19 -ge 19 ']' unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install + [[ true == true ]] unit-oai-epc-0: 16:15:45 DEBUG unit.oai-epc/0.install + status-set maintenance 'required kernel is already installed' unit-oai-epc-0: 16:15:45 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 16:15:46 DEBUG unit.oai-epc/0.install + configure_hosts unit-oai-epc-0: 16:15:46 DEBUG unit.oai-epc/0.install ++ config-get realm unit-oai-epc-0: 16:15:46 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:15:46 DEBUG unit.oai-epc/0.install + realm=openair4G.eur unit-oai-epc-0: 16:15:46 DEBUG unit.oai-epc/0.install +++ hostname unit-oai-epc-0: 16:15:46 DEBUG unit.oai-epc/0.install ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-epc-0: 16:15:46 DEBUG unit.oai-epc/0.install + '[' -z '' ']' unit-oai-epc-0: 16:15:46 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 localhost unit-oai-epc-0: 16:15:46 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 16:15:46 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 16:15:46 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 oai-epc-0.openair4G.eur oai-epc-0 mme unit-oai-epc-0: 16:15:46 DEBUG unit.oai-epc/0.install + build_epc unit-oai-epc-0: 16:15:46 DEBUG unit.oai-epc/0.install + juju-log 'Build EPC and install required packages' unit-oai-epc-0: 16:15:46 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:15:46 INFO unit.oai-epc/0.juju-log Build EPC and install required packages unit-oai-epc-0: 16:15:46 DEBUG unit.oai-epc/0.install + status-set maintenance 'Build EPC and install required packages' unit-oai-epc-0: 16:15:46 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 16:15:47 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -i -f machine-3: 16:16:00 INFO juju.cmd running jujud [2.2.5 gc go1.8] machine-3: 16:16:00 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 16:16:00 DEBUG juju.agent read agent config, format "2.0" machine-3: 16:16:01 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 16:16:01 INFO juju.worker.upgradesteps upgrade steps for 2.2.5 have already been run. machine-3: 16:16:01 DEBUG juju.worker start "engine" machine-3: 16:16:01 INFO juju.worker start "engine" machine-3: 16:16:01 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 16:16:01 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 16:16:01 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 16:16:01 DEBUG juju.worker "engine" started machine-3: 16:16:01 DEBUG juju.worker.introspection stats worker now serving machine-3: 16:16:01 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 16:16:01 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 16:16:01 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-3: 16:16:01 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 16:16:01 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-3: 16:16:01 DEBUG juju.worker.apicaller connecting with old password machine-3: 16:16:01 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-3: 16:16:01 DEBUG juju.api error dialing websocket: dial tcp 172.16.0.9:17070: operation was canceled machine-3: 16:16:01 INFO juju.api connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-3: 16:16:01 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 16:16:01 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 16:16:01 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 16:16:01 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 16:16:01 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 16:16:02 DEBUG juju.worker.apicaller connected machine-3: 16:16:02 DEBUG juju.worker.apicaller changing password... machine-3: 16:16:02 DEBUG juju.worker.apicaller password changed machine-3: 16:16:02 DEBUG juju.api RPC connection died machine-3: 16:16:02 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-3: 16:16:02 DEBUG juju.worker.apicaller connecting with current password machine-3: 16:16:02 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-3: 16:16:02 DEBUG juju.api error dialing websocket: dial tcp 172.16.0.9:17070: operation was canceled machine-3: 16:16:02 INFO juju.api connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-3: 16:16:03 DEBUG juju.worker.apicaller connected machine-3: 16:16:03 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 16:16:03 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 16:16:03 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-3: 16:16:03 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-3: 16:16:03 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 16:16:03 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 16:16:03 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 16:16:03 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 16:16:03 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 16:16:03 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-3: 16:16:03 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 16:16:03 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-3: 16:16:03 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-3: 16:16:03 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-3: 16:16:03 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 16:16:03 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 16:16:03 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-3: 16:16:03 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 16:16:03 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 16:16:03 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:16:03 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:16:03 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 16:16:03 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:16:03 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:16:03 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:16:03 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:16:03 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:16:03 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 16:16:03 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 16:16:03 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 16:16:03 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:16:03 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:16:03 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:16:03 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:16:03 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:16:03 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:16:03 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:16:03 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:16:03 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:16:03 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:16:03 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:16:03 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 16:16:03 INFO juju.worker.upgrader unblocking abort check machine-3: 16:16:03 INFO juju.worker.upgrader desired tool version: 2.2.5 machine-3: 16:16:03 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 16:16:03 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 16:16:03 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 16:16:04 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 16:16:04 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 16:16:04 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 16:16:04 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 16:16:04 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 16:16:04 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 16:16:04 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 16:16:04 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 16:16:04 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 16:16:04 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 16:16:04 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:16:04 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:16:04 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 16:16:04 DEBUG juju.network including address local-cloud:172.16.0.10 for machine machine-3: 16:16:04 DEBUG juju.network including address local-machine:::1 for machine machine-3: 16:16:04 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:172.16.0.10 local-machine:::1] machine-3: 16:16:04 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:172.16.0.10 local-machine:::1] machine-3: 16:16:04 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-3: 16:16:04 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 16:16:04 DEBUG juju.worker.logger logger setup machine-3: 16:16:04 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-3: 16:16:04 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 16:16:04 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 16:16:04 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 16:16:04 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 16:16:04 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 16:16:04 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: 16:16:04 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 16:16:04 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 16:16:04 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 16:16:04 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 16:16:04 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 16:16:04 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 16:16:04 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 16:16:04 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 16:16:04 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:16:04 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:16:04 DEBUG juju.network including address public:172.30.9.214 for machine machine-3: 16:16:04 DEBUG juju.network including address local-cloud:172.16.0.9 for machine machine-3: 16:16:04 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 16:16:04 DEBUG juju.network including address local-machine:::1 for machine machine-3: 16:16:04 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:172.16.0.9 local-machine:127.0.0.1 local-machine:::1] machine-3: 16:16:04 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 172.16.0.9:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 16:16:04 DEBUG juju.agent API server address details [["172.30.9.214:17070" "172.16.0.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["172.16.0.9:17070" "172.30.9.214:17070"] machine-3: 16:16:04 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.16.0.9,172.30.9.214,::1,localhost", AutoNoProxy:""} machine-3: 16:16:04 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 16:16:04 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 16:16:04 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 apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-3: 16:16:04 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 16:16:04 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 16:16:04 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 16:16:04 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 16:16:04 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 16:16:04 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 16:16:04 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 16:16:04 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 16:16:04 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 16:16:04 DEBUG juju.worker start "3-container-watcher" machine-3: 16:16:04 DEBUG juju.worker start "stateconverter" machine-3: 16:16:04 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 16:16:04 INFO juju.worker start "3-container-watcher" machine-3: 16:16:04 DEBUG juju.worker "3-container-watcher" started machine-3: 16:16:04 INFO juju.worker start "stateconverter" machine-3: 16:16:04 DEBUG juju.worker "stateconverter" started machine-3: 16:16:04 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 16:16:04 INFO juju.worker.deployer deploying unit "oai-hss/0" machine-3: 16:16:04 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 16:16:04 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-3: 16:16:04 DEBUG juju.service discovered init system "upstart" from local host machine-3: 16:16:04 DEBUG juju.worker.deployer state addresses: ["172.16.0.9:37017"] machine-3: 16:16:04 DEBUG juju.worker.deployer API addresses: ["172.16.0.9:17070" "172.30.9.214:17070"] machine-3: 16:16:04 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-oai-hss-0: 16:16:04 INFO juju.cmd running jujud [2.2.5 gc go1.8] unit-oai-hss-0: 16:16:04 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: 16:16:04 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 16:16:04 DEBUG juju.worker start "api" unit-oai-hss-0: 16:16:04 INFO juju.worker start "api" unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 16:16:04 DEBUG juju.worker "api" started unit-oai-hss-0: 16:16:04 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.apicaller connecting with old password unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: unit-oai-hss-0: 16:16:04 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-oai-hss-0: 16:16:04 DEBUG juju.api error dialing websocket: dial tcp 172.16.0.9:17070: operation was canceled unit-oai-hss-0: 16:16:04 INFO juju.api connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-3: 16:16:04 INFO juju.worker.machiner "machine-3" started unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:04 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 16:16:04 DEBUG juju.worker.apicaller changing password... unit-oai-hss-0: 16:16:05 DEBUG juju.worker.apicaller password changed unit-oai-hss-0: 16:16:05 DEBUG juju.api RPC connection died unit-oai-hss-0: 16:16:05 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-hss-0: 16:16:05 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 16:16:05 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-oai-hss-0: 16:16:05 DEBUG juju.api error dialing websocket: dial tcp 172.16.0.9:17070: operation was canceled unit-oai-hss-0: 16:16:05 INFO juju.api connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-3: 16:16:05 DEBUG juju.worker.machiner observed network config updated for "machine-3" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:c3:9e:22 172.16.0.0/24 1450 0 eth0 ethernet false false static 172.16.0.10 [] [] []} {2 fa:16:3e:c3:9e:22 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-hss-0: 16:16:05 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 16:16:06 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 16:16:06 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:06 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:06 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 16:16:06 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 16:16:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:06 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 16:16:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:06 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:06 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 16:16:06 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 16:16:06 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 16:16:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 16:16:06 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.16.0.9,172.30.9.214,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 16:16:06 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 16:16:06 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 16:16:06 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 16:16:06 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 16:16:06 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-oai-hss-0: 16:16:06 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-oai-hss-0: 16:16:06 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 16:16:06 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-hss-0: 16:16:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 16:16:06 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 16:16:06 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 16:16:06 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 16:16:06 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 16:16:06 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 16:16:06 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 16:16:08 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: 16:16:08 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-oai-hss-0: 16:16:08 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-hss-0: 16:16:08 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 16:16:08 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 16:16:08 INFO juju.worker.upgrader desired tool version: 2.2.5 unit-oai-hss-0: 16:16:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 16:16:09 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 16:16:09 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 16:16:09 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 16:16:09 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 16:16:09 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 16:16:09 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 16:16:09 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 16:16:09 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 16:16:09 DEBUG juju.network including address public:172.30.9.214 for machine unit-oai-hss-0: 16:16:09 DEBUG juju.network including address local-cloud:172.16.0.9 for machine unit-oai-hss-0: 16:16:09 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 16:16:09 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 16:16:09 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:172.16.0.9 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 16:16:09 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 172.16.0.9:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 16:16:09 DEBUG juju.agent API server address details [["172.30.9.214:17070" "172.16.0.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["172.16.0.9:17070" "172.30.9.214:17070"] unit-oai-hss-0: 16:16:10 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 16:16:10 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 16:16:10 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 16:16:10 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.5-trusty-amd64 unit-oai-hss-0: 16:16:10 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.5-trusty-amd64/jujud unit-oai-hss-0: 16:16:10 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 16:16:10 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 16:16:10 INFO juju.worker.uniter resuming charm install unit-oai-hss-0: 16:16:10 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-hss-13 unit-oai-hss-0: 16:16:10 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 16:16:10 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 16:16:10 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 16:16:10 INFO juju.worker.uniter.charm downloading local:trusty/oai-hss-13 from API server unit-oai-hss-0: 16:16:10 INFO juju.downloader downloading from local:trusty/oai-hss-13 unit-oai-hss-0: 16:16:10 DEBUG httpbakery client do GET https://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/charms?file=%2A&url=local%3Atrusty%2Foai-hss-13 { unit-oai-hss-0: 16:16:10 DEBUG httpbakery } -> error unit-oai-hss-0: 16:16:10 INFO juju.downloader download complete ("local:trusty/oai-hss-13") unit-oai-hss-0: 16:16:10 INFO juju.downloader download verified ("local:trusty/oai-hss-13") unit-oai-hss-0: 16:16:12 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 16:16:12 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-hss-13" unit-oai-hss-0: 16:16:12 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-hss-13" unit-oai-hss-0: 16:16:12 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-hss-13" unit-oai-hss-0: 16:16:13 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 16:16:13 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 16:16:13 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 16:16:13 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 16:16:13 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 16:16:13 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 16:16:13 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 16:16:13 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 16:16:13 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 16:16:13 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 16:16:13 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 16:16:13 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 16:16:13 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 16:16:13 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:16:13 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:16:13 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 16:16:13 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 16:16:13 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 16:16:13 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 16:16:13 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 16:16:13 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:16:13 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:16:14 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 16:16:14 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 16:16:14 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 16:16:14 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: 16:16:14 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 16:16:14 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:16:14 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-oai-hss-0: 16:16:14 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:16:14 DEBUG unit.oai-hss/0.install Need to get 2973 kB of archives. unit-oai-hss-0: 16:16:14 DEBUG unit.oai-hss/0.install After this operation, 21.9 MB of additional disk space will be used. unit-oai-hss-0: 16:16:14 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-oai-hss-0: 16:16:14 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.7 [699 kB] unit-oai-hss-0: 16:16:14 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.7 [2252 kB] unit-oai-hss-0: 16:16:15 DEBUG unit.oai-hss/0.install Fetched 2973 kB in 0s (3218 kB/s) unit-oai-hss-0: 16:16:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package liberror-perl. unit-oai-hss-0: 16:16:15 DEBUG unit.oai-hss/0.install (Reading database ... 52367 files and directories currently installed.) unit-oai-hss-0: 16:16:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-oai-hss-0: 16:16:15 DEBUG unit.oai-hss/0.install Unpacking liberror-perl (0.17-1.1) ... unit-oai-hss-0: 16:16:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package git-man. unit-oai-hss-0: 16:16:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.7_all.deb ... unit-oai-hss-0: 16:16:16 DEBUG unit.oai-hss/0.install Unpacking git-man (1:1.9.1-1ubuntu0.7) ... unit-oai-hss-0: 16:16:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package git. unit-oai-hss-0: 16:16:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.7_amd64.deb ... unit-oai-hss-0: 16:16:18 DEBUG unit.oai-hss/0.install Unpacking git (1:1.9.1-1ubuntu0.7) ... unit-oai-hss-0: 16:16:19 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 16:16:21 DEBUG unit.oai-hss/0.install Setting up liberror-perl (0.17-1.1) ... unit-oai-hss-0: 16:16:21 DEBUG unit.oai-hss/0.install Setting up git-man (1:1.9.1-1ubuntu0.7) ... unit-oai-hss-0: 16:16:22 DEBUG unit.oai-hss/0.install Setting up git (1:1.9.1-1ubuntu0.7) ... unit-oai-hss-0: 16:16:23 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:16:23 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 16:16:23 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 16:16:23 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:16:23 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:16:23 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 16:16:23 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=0 unit-oai-hss-0: 16:16:23 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 16:16:23 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 16:16:23 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes virt-what unit-oai-hss-0: 16:16:23 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:16:23 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:16:23 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:16:23 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:16:23 DEBUG unit.oai-hss/0.install virt-what unit-oai-hss-0: 16:16:23 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:16:23 DEBUG unit.oai-hss/0.install Need to get 13.6 kB of archives. unit-oai-hss-0: 16:16:23 DEBUG unit.oai-hss/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-hss-0: 16:16:23 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: 16:16:23 DEBUG unit.oai-hss/0.install Fetched 13.6 kB in 0s (63.2 kB/s) unit-oai-hss-0: 16:16:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package virt-what. unit-oai-hss-0: 16:16:23 DEBUG unit.oai-hss/0.install (Reading database ... 53116 files and directories currently installed.) unit-oai-hss-0: 16:16:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-hss-0: 16:16:24 DEBUG unit.oai-hss/0.install Unpacking virt-what (1.13-1) ... unit-oai-hss-0: 16:16:24 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 16:16:24 DEBUG unit.oai-hss/0.install Setting up virt-what (1.13-1) ... unit-oai-hss-0: 16:16:25 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 16:16:25 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:16:25 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 16:16:26 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:16:26 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 16:16:27 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 16:16:27 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:16:27 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: 16:16:27 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:16:27 DEBUG unit.oai-hss/0.install Reading package lists... machine-1: 16:16:27 INFO juju.cmd running jujud [2.2.5 gc go1.8] machine-1: 16:16:27 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-1/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "1", "--debug"} machine-1: 16:16:27 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 16:16:27 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:16:27 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:16:27 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 16:16:27 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 16:16:27 DEBUG unit.oai-hss/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 16:16:27 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 16:16:27 DEBUG unit.oai-hss/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-hss-0: 16:16:27 DEBUG unit.oai-hss/0.install libsql-statement-perl unit-oai-hss-0: 16:16:27 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:16:27 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 16:16:27 DEBUG unit.oai-hss/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 16:16:27 DEBUG unit.oai-hss/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:16:27 DEBUG unit.oai-hss/0.install Need to get 3911 kB of archives. unit-oai-hss-0: 16:16:27 DEBUG unit.oai-hss/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-hss-0: 16:16:27 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.60-0ubuntu0.14.04.1 [12.7 kB] unit-oai-hss-0: 16:16:27 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.60-0ubuntu0.14.04.1 [597 kB] machine-1: 16:16:27 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-1: 16:16:27 INFO juju.worker.upgradesteps upgrade steps for 2.2.5 have already been run. machine-1: 16:16:27 DEBUG juju.worker start "engine" machine-1: 16:16:27 INFO juju.worker start "engine" machine-1: 16:16:27 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-1: 16:16:27 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 16:16:27 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-1: 16:16:27 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "agent" manifold worker started machine-1: 16:16:27 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-1: 16:16:27 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-1" machine-1: 16:16:27 DEBUG juju.worker "engine" started machine-1: 16:16:27 DEBUG juju.worker.introspection stats worker now serving machine-1: 16:16:27 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-1: 16:16:27 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.apicaller connecting with old password machine-1: 16:16:27 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 16:16:27 DEBUG juju.api successfully dialed "wss://172.16.0.9:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-1: 16:16:27 INFO juju.api connection established to "wss://172.16.0.9:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-1: 16:16:27 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-1: 16:16:27 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-1: 16:16:27 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-1: 16:16:27 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available unit-oai-hss-0: 16:16:28 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-oai-hss-0: 16:16:28 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: 16:16:28 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: 16:16:28 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.60-0ubuntu0.14.04.1 [707 kB] machine-1: 16:16:28 DEBUG juju.worker.apicaller connected machine-1: 16:16:28 DEBUG juju.worker.apicaller changing password... unit-oai-hss-0: 16:16:28 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.60-0ubuntu0.14.04.1 [1589 kB] unit-oai-hss-0: 16:16:28 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.60-0ubuntu0.14.04.1 [10.9 kB] unit-oai-hss-0: 16:16:28 DEBUG unit.oai-hss/0.install Fetched 3911 kB in 1s (2850 kB/s) machine-1: 16:16:28 DEBUG juju.worker.apicaller password changed machine-1: 16:16:28 DEBUG juju.api RPC connection died machine-1: 16:16:28 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-1: 16:16:29 DEBUG juju.worker.apicaller connecting with current password machine-1: 16:16:29 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-1: 16:16:29 INFO juju.api connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-1: 16:16:29 DEBUG juju.api successfully dialed "wss://172.16.0.9:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-oai-hss-0: 16:16:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-common. unit-oai-hss-0: 16:16:29 DEBUG unit.oai-hss/0.install (Reading database ... 53123 files and directories currently installed.) unit-oai-hss-0: 16:16:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-common_5.5.60-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 16:16:29 DEBUG unit.oai-hss/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:16:29 DEBUG unit.oai-hss/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-hss-0: 16:16:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient18_5.5.60-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 16:16:29 DEBUG unit.oai-hss/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.60-0ubuntu0.14.04.1) ... machine-1: 16:16:29 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 16:16:29 DEBUG unit.oai-hss/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-hss-0: 16:16:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... machine-1: 16:16:30 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 16:16:30 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:30 DEBUG unit.oai-hss/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... machine-1: 16:16:30 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 16:16:30 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-1: 16:16:30 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 16:16:30 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 16:16:30 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-1: 16:16:30 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-1: 16:16:30 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 16:16:30 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 16:16:30 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 16:16:30 INFO juju.worker.upgrader unblocking abort check machine-1: 16:16:30 INFO juju.worker.upgrader desired tool version: 2.2.5 machine-1: 16:16:30 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-1: 16:16:30 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 16:16:30 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-1: 16:16:30 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-1: 16:16:30 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 16:16:30 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 16:16:30 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 16:16:30 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 16:16:30 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 16:16:30 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-1: 16:16:30 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 16:16:30 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 16:16:30 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 16:16:30 DEBUG juju.worker.logger logger setup machine-1: 16:16:30 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 16:16:30 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 16:16:30 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 16:16:30 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 16:16:30 DEBUG juju.worker.dependency "machiner" manifold worker started machine-1: 16:16:30 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-1: 16:16:30 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 16:16:30 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 16:16:30 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 16:16:30 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 16:16:30 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 16:16:30 DEBUG juju.network including address public:172.30.9.214 for machine machine-1: 16:16:30 DEBUG juju.network including address local-cloud:172.16.0.9 for machine machine-1: 16:16:30 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 16:16:30 DEBUG juju.network including address local-machine:::1 for machine machine-1: 16:16:30 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:172.16.0.9 local-machine:127.0.0.1 local-machine:::1] machine-1: 16:16:30 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 172.16.0.9:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 16:16:30 DEBUG juju.agent API server address details [["172.30.9.214:17070" "172.16.0.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["172.16.0.9:17070" "172.30.9.214:17070"] machine-1: 16:16:30 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-1: 16:16:30 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 16:16:30 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.16.0.9,172.30.9.214,::1,localhost", AutoNoProxy:""} machine-1: 16:16:30 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 16:16: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 apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-1: 16:16:30 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 16:16:30 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 16:16:30 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 16:16:30 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 16:16:30 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 16:16:30 DEBUG juju.network including address local-cloud:172.16.0.7 for machine machine-1: 16:16:30 DEBUG juju.network including address local-machine:::1 for machine machine-1: 16:16:30 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:172.16.0.7 local-machine:::1] machine-1: 16:16:30 INFO juju.worker.machiner setting addresses for "machine-1" to [local-machine:127.0.0.1 local-cloud:172.16.0.7 local-machine:::1] machine-1: 16:16:30 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 16:16:30 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 16:16:30 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 16:16:30 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 16:16:30 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 16:16:30 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 16:16: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 machine-1: 16:16:30 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 16:16:30 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 16:16:30 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 16:16:30 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 16:16:30 INFO juju.worker.authenticationworker "machine-1" key updater worker started unit-oai-hss-0: 16:16:30 DEBUG unit.oai-hss/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-hss-0: 16:16:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 16:16:30 DEBUG unit.oai-hss/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... machine-1: 16:16:30 INFO juju.worker.deployer deploying unit "mysql/0" machine-1: 16:16:30 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 1 machine-1: 16:16:30 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-1: 16:16:31 DEBUG juju.worker start "1-container-watcher" machine-1: 16:16:31 DEBUG juju.worker start "stateconverter" machine-1: 16:16:31 INFO juju.worker start "1-container-watcher" machine-1: 16:16:31 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-1: 16:16:31 DEBUG juju.worker "1-container-watcher" started machine-1: 16:16:31 INFO juju.worker start "stateconverter" machine-1: 16:16:31 DEBUG juju.cmd.jujud upgrades done, starting worker "1-container-watcher" machine-1: 16:16:31 DEBUG juju.worker "stateconverter" started machine-1: 16:16:31 INFO juju.worker.machiner "machine-1" started machine-1: 16:16:31 DEBUG juju.service discovered init system "upstart" from local host machine-1: 16:16:31 DEBUG juju.worker.deployer state addresses: ["172.16.0.9:37017"] machine-1: 16:16:31 DEBUG juju.worker.deployer API addresses: ["172.16.0.9:17070" "172.30.9.214:17070"] unit-oai-hss-0: 16:16:31 DEBUG unit.oai-hss/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-hss-0: 16:16:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... machine-1: 16:16:31 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: 16:16:31 INFO juju.cmd running jujud [2.2.5 gc go1.8] unit-mysql-0: 16:16:31 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: 16:16:31 DEBUG juju.agent read agent config, format "2.0" unit-mysql-0: 16:16:31 DEBUG juju.worker start "api" unit-mysql-0: 16:16:31 INFO juju.worker start "api" unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "agent" manifold worker started unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-mysql-0" unit-mysql-0: 16:16:31 DEBUG juju.worker "api" started unit-mysql-0: 16:16:31 DEBUG juju.worker.introspection stats worker now serving unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.apicaller connecting with old password unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-mysql-0: 16:16:31 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-mysql-0: 16:16:31 INFO juju.api connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-mysql-0: 16:16:31 DEBUG juju.api successfully dialed "wss://172.16.0.9:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:16:31 DEBUG unit.oai-hss/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:31 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:16:31 DEBUG unit.oai-hss/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-hss-0: 16:16:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.60-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 16:16:31 DEBUG unit.oai-hss/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.60-0ubuntu0.14.04.1) ... machine-1: 16:16:32 DEBUG juju.worker.machiner observed network config updated for "machine-1" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:06:e8:44 172.16.0.0/24 1450 0 eth0 ethernet false false static 172.16.0.7 [] [] []} {2 fa:16:3e:06:e8:44 1450 0 eth0 ethernet false false manual [] [] []}] unit-mysql-0: 16:16:33 DEBUG juju.worker.apicaller connected unit-mysql-0: 16:16:33 DEBUG juju.worker.apicaller changing password... unit-oai-hss-0: 16:16:33 DEBUG unit.oai-hss/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-hss-0: 16:16:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-5.5_5.5.60-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 16:16:34 DEBUG unit.oai-hss/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.60-0ubuntu0.14.04.1) ... unit-mysql-0: 16:16:34 DEBUG juju.worker.apicaller password changed unit-mysql-0: 16:16:34 DEBUG juju.api RPC connection died unit-mysql-0: 16:16:34 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-mysql-0: 16:16:34 DEBUG juju.worker.apicaller connecting with current password unit-mysql-0: 16:16:34 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-mysql-0: 16:16:34 INFO juju.api connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-mysql-0: 16:16:34 DEBUG juju.api successfully dialed "wss://172.16.0.9:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-oai-hss-0: 16:16:35 DEBUG unit.oai-hss/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-hss-0: 16:16:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client_5.5.60-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 16:16:35 DEBUG unit.oai-hss/0.install Progress: [ 55%] Unpacking mysql-client (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:16:35 DEBUG unit.oai-hss/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-mysql-0: 16:16:35 DEBUG juju.worker.apicaller connected unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-mysql-0: 16:16:35 INFO juju.worker.migrationminion migration phase is now: NONE unit-mysql-0: 16:16:35 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-mysql-0: 16:16:35 DEBUG juju.worker.logger logger setup unit-mysql-0: 16:16:35 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 16:16:35 DEBUG juju.worker.leadership mysql/0 making initial claim for mysql leadership unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-mysql-0: 16:16:35 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-mysql-0: 16:16:35 DEBUG juju.network no lxc bridge addresses to filter for machine unit-mysql-0: 16:16:35 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 16:16:35 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 16:16:35 DEBUG juju.network including address public:172.30.9.214 for machine unit-mysql-0: 16:16:35 DEBUG juju.network including address local-cloud:172.16.0.9 for machine unit-mysql-0: 16:16:35 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-mysql-0: 16:16:35 DEBUG juju.network including address local-machine:::1 for machine unit-mysql-0: 16:16:35 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:172.16.0.9 local-machine:127.0.0.1 local-machine:::1] unit-mysql-0: 16:16:35 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 172.16.0.9:17070 127.0.0.1:17070 [::1]:17070]] unit-mysql-0: 16:16:35 DEBUG juju.agent API server address details [["172.30.9.214:17070" "172.16.0.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["172.16.0.9:17070" "172.30.9.214:17070"] unit-mysql-0: 16:16:35 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-mysql-0: 16:16:35 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-mysql-0: 16:16:35 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-mysql-0: 16:16:35 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "hook-retry-strategy" not running: dependency not available unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-mysql-0: 16:16:35 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.16.0.9,172.30.9.214,::1,localhost", AutoNoProxy:""} unit-mysql-0: 16:16:35 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 16:16:35 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 16:16:35 DEBUG unit.oai-hss/0.install Setting up mysql-common (5.5.60-0ubuntu0.14.04.1) ... unit-mysql-0: 16:16:35 INFO juju.worker.upgrader abort check blocked until version event received unit-mysql-0: 16:16:35 INFO juju.worker.upgrader unblocking abort check unit-mysql-0: 16:16:35 INFO juju.worker.upgrader desired tool version: 2.2.5 unit-mysql-0: 16:16:35 INFO juju.worker.leadership mysql/0 promoted to leadership of mysql unit-mysql-0: 16:16:35 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-mysql-0 unit-mysql-0: 16:16:35 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.5-trusty-amd64 unit-mysql-0: 16:16:35 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.5-trusty-amd64/jujud unit-mysql-0: 16:16:35 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-mysql-0/run.socket unit-mysql-0: 16:16:35 INFO juju.worker.uniter unit "mysql/0" started unit-mysql-0: 16:16:35 DEBUG juju.worker.uniter juju-run listener running unit-mysql-0: 16:16:35 INFO juju.worker.uniter resuming charm install unit-mysql-0: 16:16:35 DEBUG juju.worker.uniter.operation running operation install cs:mysql-55 unit-mysql-0: 16:16:35 DEBUG juju.worker.uniter.operation preparing operation "install cs:mysql-55" unit-mysql-0: 16:16:35 INFO juju.worker.uniter.charm downloading cs:mysql-55 from API server unit-mysql-0: 16:16:35 INFO juju.downloader downloading from cs:mysql-55 unit-mysql-0: 16:16:35 DEBUG httpbakery client do GET https://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/charms?file=%2A&url=cs%3Amysql-55 { unit-mysql-0: 16:16:36 DEBUG httpbakery } -> error unit-mysql-0: 16:16:36 INFO juju.downloader download complete ("cs:mysql-55") unit-mysql-0: 16:16:36 INFO juju.downloader download verified ("cs:mysql-55") unit-oai-hss-0: 16:16:36 DEBUG unit.oai-hss/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.60-0ubuntu0.14.04.1) ... unit-mysql-0: 16:16:36 DEBUG juju.worker.uniter.operation executing operation "install cs:mysql-55" unit-mysql-0: 16:16:36 DEBUG juju.worker.uniter.charm preparing to deploy charm "cs:mysql-55" unit-mysql-0: 16:16:36 DEBUG juju.worker.uniter.charm deploying charm "cs:mysql-55" unit-oai-hss-0: 16:16:36 DEBUG unit.oai-hss/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-oai-hss-0: 16:16:36 DEBUG unit.oai-hss/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-hss-0: 16:16:38 DEBUG unit.oai-hss/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-oai-hss-0: 16:16:39 DEBUG unit.oai-hss/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:16:39 DEBUG unit.oai-hss/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:16:39 DEBUG unit.oai-hss/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:16:39 DEBUG unit.oai-hss/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 16:16:40 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 16:16:40 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 16:16:40 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 16:16:40 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 16:16:40 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:16:40 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:16:40 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 16:16:40 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 16:16:40 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:16:40 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:16:40 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 16:16:40 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 16:16:40 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:16:40 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:16:40 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 16:16:40 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 16:16:40 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:16:40 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 16:16:40 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:16:40 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 16:16:41 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:16:41 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 16:16:41 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 16:16:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:16:41 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: 16:16:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:16:41 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:16:41 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:16:41 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:16:41 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 16:16:41 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:16:41 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 16:16:41 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 16:16:42 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:16:42 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 16:16:42 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 16:16:42 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:16:42 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 16:16:42 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 16:16:42 DEBUG unit.oai-hss/0.install + echo -n unit-mysql-0: 16:16:42 DEBUG juju.worker.uniter.charm finishing deploy of charm "cs:mysql-55" unit-mysql-0: 16:16:42 DEBUG juju.worker.uniter.operation committing operation "install cs:mysql-55" unit-mysql-0: 16:16:42 INFO juju.worker.uniter hooks are retried true unit-mysql-0: 16:16:42 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-mysql-0: 16:16:42 DEBUG juju.worker.uniter.remotestate got unit change unit-mysql-0: 16:16:42 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-mysql-0: 16:16:42 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-mysql-0: 16:16:42 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-mysql-0: 16:16:42 DEBUG juju.worker.uniter.remotestate got service change unit-mysql-0: 16:16:42 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-mysql-0: 16:16:42 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 16:16:42 INFO juju.worker.uniter.storage initial storage attachments ready unit-mysql-0: 16:16:42 INFO juju.worker.uniter found queued "install" hook unit-mysql-0: 16:16:42 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 16:16:42 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 16:16:42 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 16:16:42 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 16:16:42 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 16:16:43 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 16:16:43 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 16:16:43 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 16:16:43 DEBUG unit.oai-hss/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-hss-0: 16:16:43 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-mysql-0: 16:16:43 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 16:16:43 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 16:16:43 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 16:16:43 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 16:16:43 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 16:16:43 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 16:16:43 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 16:16:43 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 16:16:43 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 16:16:43 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 16:16:43 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 16:16:43 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 16:16:43 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 16:16:43 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-mysql-0: 16:16:44 DEBUG unit.mysql/0.install Fetched 849 kB in 0s (1455 kB/s) unit-mysql-0: 16:16:44 DEBUG unit.mysql/0.install Selecting previously unselected package python-netaddr. unit-mysql-0: 16:16:44 DEBUG unit.mysql/0.install (Reading database ... 52367 files and directories currently installed.) unit-mysql-0: 16:16:44 DEBUG unit.mysql/0.install Preparing to unpack .../python-netaddr_0.7.10-1ubuntu1.1_all.deb ... unit-mysql-0: 16:16:44 DEBUG unit.mysql/0.install Unpacking python-netaddr (0.7.10-1ubuntu1.1) ... unit-mysql-0: 16:16:44 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-mysql-0: 16:16:45 DEBUG unit.mysql/0.install Setting up python-netaddr (0.7.10-1ubuntu1.1) ... unit-mysql-0: 16:16:46 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 16:16:46 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 16:16:46 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 16:16:46 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 16:16:46 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 16:16:46 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 16:16:46 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 16:16:46 DEBUG unit.mysql/0.install python-netifaces unit-mysql-0: 16:16:46 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 16:16:46 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 16:16:46 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 16:16:46 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: 16:16:46 DEBUG unit.mysql/0.install Fetched 11.3 kB in 0s (73.3 kB/s) unit-mysql-0: 16:16:46 DEBUG unit.mysql/0.install Selecting previously unselected package python-netifaces. unit-mysql-0: 16:16:46 DEBUG unit.mysql/0.install (Reading database ... 52407 files and directories currently installed.) unit-mysql-0: 16:16:46 DEBUG unit.mysql/0.install Preparing to unpack .../python-netifaces_0.8-3build1_amd64.deb ... unit-mysql-0: 16:16:46 DEBUG unit.mysql/0.install Unpacking python-netifaces (0.8-3build1) ... unit-mysql-0: 16:16:47 DEBUG unit.mysql/0.install Setting up python-netifaces (0.8-3build1) ... unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install Reading package lists... unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + git checkout v0.3.2-branch unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install Reading state information... unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install Switched to a new branch 'v0.3.2-branch' unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install Branch v0.3.2-branch set up to track remote branch v0.3.2-branch from origin. unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install python-wheel python3-pkg-resources unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install python3-setuptools unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools-whl python-six-whl unit-mysql-0: 16:16:49 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-oai-hss-0: 16:16:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:16:49 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-145-generic unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-145-generic unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-145-generic unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + [[ false == true ]] unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + '[' kvm == '' ']' unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-145-generic unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-145-generic unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-145-generic unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + [[ false == false ]] unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install cat: /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot: No such file or directory unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + '[' '' '!=' reboot ']' unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + echo reboot unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + juju-log 'installing the required kernel and reboot' unit-oai-hss-0: 16:16:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:16:49 INFO unit.oai-hss/0.juju-log installing the required kernel and reboot unit-oai-hss-0: 16:16:49 DEBUG unit.oai-hss/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-hss-0: 16:16:49 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install + install_required_kernel unit-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install + version=3.19 unit-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install + wget -r -e robots=off --accept-regex '(.*generic.*amd64)|(all).deb' http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install --2018-04-25 16:16:50-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-mysql-0: 16:16:50 DEBUG unit.mysql/0.install 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 16:16:50 DEBUG unit.mysql/0.install Need to get 40.9 MB of archives. unit-mysql-0: 16:16:50 DEBUG unit.mysql/0.install After this operation, 119 MB of additional disk space will be used. unit-mysql-0: 16:16:50 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-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install Length: unspecified [text/html] unit-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install 0K ....... 39.8M=0s unit-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install 2018-04-25 16:16:50 (39.8 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install --2018-04-25 16:16:50-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-mysql-0: 16:16:50 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: 16:16:50 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-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 367K 3s unit-mysql-0: 16:16:50 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-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 8% 366K 3s unit-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 370K 3s unit-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 17% 34.6M 2s unit-oai-hss-0: 16:16:50 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 37.0M 1s unit-mysql-0: 16:16:50 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: 16:16:51 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-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 26% 376K 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 31% 28.1M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 35% 41.7M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 39% 38.8M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 44% 60.6M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 48% 48.8M 1s unit-mysql-0: 16:16:51 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-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 53% 384K 1s unit-mysql-0: 16:16:51 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-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 57% 44.0M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 62% 37.4M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 66% 41.6M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 71% 37.5M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 75% 46.5M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 79% 59.1M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 84% 61.4M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 88% 68.2M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 93% 86.6M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 97% 114M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1100K .......... .......... ...... 100% 116M=0.7s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 2018-04-25 16:16:51 (1.60 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [1153230/1153230] unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install --2018-04-25 16:16:51-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-mysql-0: 16:16:51 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-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 35.8M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 35.8M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 1% 34.0M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 1% 53.7M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 1% 56.0M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 2% 57.7M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 2% 61.6M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 3% 69.8M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 3% 67.5M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 3% 72.0M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 4% 74.8M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 4% 66.4M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 4% 60.8M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 5% 82.2M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 5% 117M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 6% 116M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 6% 106M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 6% 126M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 7% 113M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 7% 122M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 8% 102M 0s unit-mysql-0: 16:16:51 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: 16:16:51 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-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 8% 414K 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 8% 38.5M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 9% 33.1M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 9% 34.1M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 9% 47.4M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 10% 62.8M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 10% 64.1M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 11% 56.4M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 11% 66.1M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 11% 64.7M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 12% 68.8M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 12% 55.9M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 13% 72.0M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 13% 67.0M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 13% 71.7M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 14% 63.1M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 14% 71.5M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 14% 68.8M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 15% 66.3M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 15% 64.0M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 16% 67.5M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 16% 73.4M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 16% 72.4M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 17% 63.1M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 17% 115M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 17% 114M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 18% 120M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 18% 96.7M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 19% 120M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 19% 127M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 19% 112M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 20% 102M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 20% 114M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 21% 122M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 21% 119M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 21% 107M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 22% 128M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 22% 113M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 22% 119M 1s unit-mysql-0: 16:16:51 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-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 23% 455K 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 23% 59.8M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 24% 60.7M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 24% 76.2M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 24% 56.5M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 25% 70.1M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 25% 76.4M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 26% 75.7M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 26% 64.6M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 26% 80.3M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 27% 84.7M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 27% 79.8M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 27% 75.5M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 28% 85.7M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 28% 82.9M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 29% 82.0M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 29% 74.1M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 29% 81.4M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 30% 80.7M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 30% 48.2M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 30% 84.2M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 31% 84.7M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 31% 85.4M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 32% 89.8M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 32% 73.6M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 32% 83.4M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 33% 88.1M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 33% 83.3M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 34% 77.7M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 34% 82.4M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 34% 84.4M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 35% 83.8M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 35% 75.1M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 35% 86.4M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 36% 86.5M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 36% 89.5M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 37% 86.1M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 37% 91.0M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 37% 110M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 38% 133M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 38% 79.2M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 39% 90.8M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 39% 99.9M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 39% 133M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 40% 113M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 40% 133M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 40% 134M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 41% 126M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 41% 116M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 42% 131M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 42% 466K 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 42% 63.3M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 43% 69.2M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 43% 74.8M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 43% 67.4M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 44% 59.7M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 44% 78.9M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 45% 82.7M 1s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 45% 82.9M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 45% 72.9M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 46% 81.4M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 46% 49.1M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 47% 102M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 47% 76.9M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 47% 85.0M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 48% 104M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 48% 85.2M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 48% 71.9M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 49% 79.7M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 49% 90.0M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 50% 82.0M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 50% 80.3M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 50% 87.8M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 51% 85.4M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 51% 82.4M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 52% 77.1M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 52% 89.2M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 52% 89.6M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 53% 86.5M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 53% 77.1M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 53% 85.3M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 54% 88.2M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 54% 83.9M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 55% 75.5M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 55% 87.8M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 55% 84.8M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 56% 92.6M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 56% 74.4M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 57% 91.0M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 57% 88.4M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 57% 102M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 58% 81.6M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 58% 119M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 58% 133M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 59% 131M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 59% 83.1M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 60% 94.4M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 60% 97.6M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 60% 134M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 61% 120M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 61% 128M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 61% 65.3M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 62% 134M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 62% 120M 0s unit-mysql-0: 16:16:51 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: 16:16:51 DEBUG unit.mysql/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-145.194 [774 kB] unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 63% 473K 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 63% 60.9M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 63% 81.8M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 64% 69.8M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 64% 70.1M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 65% 84.4M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 65% 62.2M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 65% 80.0M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 66% 74.9M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 66% 91.2M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 66% 73.2M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 67% 92.2M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 67% 87.2M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 68% 95.2M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 68% 75.4M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 68% 90.0M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 69% 83.4M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 69% 95.4M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 70% 72.7M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 70% 90.5M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 70% 92.3M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 71% 86.1M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 71% 80.6M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 71% 86.6M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 72% 87.7M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 72% 47.8M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 73% 75.4M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 73% 84.9M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 73% 86.6M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 74% 85.2M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 74% 74.0M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 74% 105M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 75% 81.7M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 75% 91.9M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 76% 73.8M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 76% 93.6M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 76% 83.0M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 77% 108M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 77% 79.0M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 78% 51.2M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 78% 86.0M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 78% 98.6M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 79% 85.7M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 79% 89.0M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 79% 96.0M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 80% 108M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 80% 80.1M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 81% 90.8M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 81% 91.1M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 81% 89.2M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 82% 114M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 82% 128M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 83% 130M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 83% 128M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 83% 113M 0s unit-oai-hss-0: 16:16:51 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 84% 126M 0s unit-mysql-0: 16:16:52 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-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 84% 481K 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 84% 68.1M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 85% 20.2M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 85% 76.9M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 86% 61.6M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 86% 79.6M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 86% 68.4M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 87% 74.3M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 87% 77.7M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 87% 78.6M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 88% 72.9M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 88% 91.1M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 89% 86.2M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 89% 90.3M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 89% 75.1M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 90% 91.8M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 90% 83.1M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 91% 95.1M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 91% 73.8M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 91% 90.8M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 92% 92.6M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 92% 94.8M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 92% 75.1M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 93% 83.3M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 93% 50.9M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 94% 83.9M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 94% 83.4M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 94% 95.2M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 95% 84.8M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 95% 94.7M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 96% 74.0M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 96% 84.7M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 96% 86.5M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 97% 83.7M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 97% 78.2M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 97% 133M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 98% 134M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 98% 134M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 99% 114M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 99% 137M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 99% 129M 0s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 13050K .......... ........ 100% 120M=0.7s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 2018-04-25 16:16:52 (18.1 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' saved [13381952/13381952] unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install --2018-04-25 16:16:52-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-mysql-0: 16:16:52 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-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 65.4M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 77.5M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 0% 78.1M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 0% 74.3M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 0% 70.9M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 0% 78.3M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 0% 92.7M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 0% 84.6M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 0% 78.9M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 0% 90.6M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 1% 86.8M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 1% 95.0M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 1% 81.7M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 1% 85.5M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 1% 95.2M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 1% 86.3M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 1% 78.8M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 1% 86.2M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 1% 88.4M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 1% 96.1M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 1% 83.1M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 2% 82.2M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 2% 85.2M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 2% 89.7M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 2% 45.9M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 2% 92.8M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 2% 92.4M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 2% 85.7M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 2% 75.2M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 2% 92.1M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 2% 87.4M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 2% 78.0M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 3% 77.3M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 3% 85.0M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 3% 90.1M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 3% 95.0M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 3% 80.3M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 3% 86.8M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 3% 79.3M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 3% 86.3M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 3% 86.0M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 3% 90.8M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 3% 82.4M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 4% 86.4M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 4% 88.0M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 4% 135M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 4% 96.9M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 4% 94.2M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 4% 76.9M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 4% 85.6M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 4% 89.8M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 4% 89.3M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 4% 84.5M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 5% 87.0M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 5% 90.3M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 5% 129M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 5% 119M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 5% 138M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 5% 132M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 5% 133M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 5% 118M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 5% 487K 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 5% 51.0M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 5% 79.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 6% 63.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 6% 74.6M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 6% 39.6M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 6% 79.6M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 6% 68.7M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 6% 71.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 6% 76.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 6% 75.6M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 6% 65.6M 2s unit-mysql-0: 16:16:52 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-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 6% 92.7M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 6% 86.0M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 7% 85.9M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 7% 77.9M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 7% 87.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 7% 118M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 7% 126M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 7% 113M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 7% 28.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 7% 91.0M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 7% 84.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 7% 74.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 7% 86.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 8% 91.6M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 8% 86.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 8% 78.0M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 8% 83.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 8% 90.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 8% 84.7M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 8% 88.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 8% 84.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 8% 87.0M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 8% 86.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 9% 70.6M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 9% 85.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 9% 85.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 9% 84.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 9% 78.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 9% 98.6M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 9% 86.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 9% 87.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 9% 75.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 9% 83.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 9% 82.6M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 10% 52.5M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 10% 82.5M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 10% 86.6M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 10% 94.3M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 10% 131M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 10% 80.4M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 10% 122M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 10% 129M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 10% 134M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 10% 120M 1s unit-mysql-0: 16:16:52 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-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 10% 126M 1s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 11% 492K 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 11% 67.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 11% 60.7M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 11% 66.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 11% 61.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 11% 73.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 11% 108M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 11% 102M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 11% 89.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 11% 98.6M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 11% 77.7M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 12% 95.0M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 12% 97.6M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 12% 107M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 12% 87.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 12% 94.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 12% 81.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 12% 86.7M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 12% 80.9M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 12% 86.9M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 12% 109M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 13% 93.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 13% 10.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 13% 91.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 13% 92.9M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 13% 77.9M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 13% 85.7M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 13% 87.6M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 13% 86.6M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 13% 70.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 13% 90.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 13% 51.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 14% 88.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 14% 75.7M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 14% 84.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 14% 83.7M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 14% 88.8M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 14% 75.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 14% 94.9M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 14% 89.8M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 14% 84.8M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 14% 76.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 14% 87.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 15% 87.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 15% 88.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 15% 93.7M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 15% 92.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 15% 101M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 15% 84.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 15% 78.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 15% 83.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 15% 88.6M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 15% 86.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 15% 111M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 16% 129M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 16% 128M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 16% 134M 2s unit-mysql-0: 16:16:52 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-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 16% 503K 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 16% 70.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 16% 62.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 16% 63.0M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 16% 84.6M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 16% 69.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 16% 88.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 17% 80.9M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 17% 112M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 17% 96.7M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 17% 65.9M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 17% 76.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 17% 69.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 17% 79.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 17% 81.0M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 17% 83.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 17% 77.0M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 17% 70.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 18% 81.8M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 18% 77.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 18% 111M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 18% 6.79M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 18% 60.9M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 18% 82.7M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 18% 62.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 18% 76.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 18% 76.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 18% 67.6M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 18% 81.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 19% 73.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 19% 72.0M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 19% 66.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 19% 79.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 19% 74.9M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 19% 75.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 19% 65.6M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 19% 81.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 19% 76.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 19% 74.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 19% 66.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 20% 74.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 20% 81.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 20% 81.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 20% 102M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 20% 112M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 20% 78.6M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 20% 75.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 20% 72.7M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 20% 74.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 20% 79.6M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 21% 74.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 21% 92.9M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 21% 117M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 21% 117M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 21% 117M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 21% 101M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 21% 117M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 21% 115M 2s unit-mysql-0: 16:16:52 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-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 21% 530K 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 21% 60.0M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 21% 55.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 22% 56.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 22% 55.7M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 22% 65.7M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 22% 67.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 22% 72.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 22% 69.8M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 22% 92.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 22% 72.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 22% 72.0M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 22% 89.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 22% 81.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 23% 73.7M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 23% 76.0M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 23% 76.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 23% 115M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 23% 108M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 23% 102M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 23% 110M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 23% 5.13M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 23% 76.7M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 23% 77.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 23% 78.8M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 24% 69.0M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 24% 73.6M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 24% 78.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 13050K .......... .......... .......... .......... .......... 24% 74.8M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 13100K .......... .......... .......... .......... .......... 24% 68.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 13150K .......... .......... .......... .......... .......... 24% 82.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 13200K .......... .......... .......... .......... .......... 24% 75.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 13250K .......... .......... .......... .......... .......... 24% 76.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 13300K .......... .......... .......... .......... .......... 24% 69.6M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 13350K .......... .......... .......... .......... .......... 24% 82.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 13400K .......... .......... .......... .......... .......... 25% 76.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 13450K .......... .......... .......... .......... .......... 25% 75.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 13500K .......... .......... .......... .......... .......... 25% 65.7M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 13550K .......... .......... .......... .......... .......... 25% 75.9M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 13600K .......... .......... .......... .......... .......... 25% 72.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 13650K .......... .......... .......... .......... .......... 25% 72.9M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 13700K .......... .......... .......... .......... .......... 25% 66.0M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 13750K .......... .......... .......... .......... .......... 25% 81.8M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 13800K .......... .......... .......... .......... .......... 25% 87.6M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 13850K .......... .......... .......... .......... .......... 25% 76.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 13900K .......... .......... .......... .......... .......... 25% 69.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 13950K .......... .......... .......... .......... .......... 26% 76.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 14000K .......... .......... .......... .......... .......... 26% 73.9M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 14050K .......... .......... .......... .......... .......... 26% 111M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 14100K .......... .......... .......... .......... .......... 26% 104M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 14150K .......... .......... .......... .......... .......... 26% 115M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 14200K .......... .......... .......... .......... .......... 26% 118M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 14250K .......... .......... .......... .......... .......... 26% 111M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 14300K .......... .......... .......... .......... .......... 26% 103M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 14350K .......... .......... .......... .......... .......... 26% 120M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 14400K .......... .......... .......... .......... .......... 26% 115M 2s unit-mysql-0: 16:16:52 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-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 14450K .......... .......... .......... .......... .......... 26% 536K 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 14500K .......... .......... .......... .......... .......... 27% 56.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 14550K .......... .......... .......... .......... .......... 27% 55.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 14600K .......... .......... .......... .......... .......... 27% 59.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 14650K .......... .......... .......... .......... .......... 27% 51.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 14700K .......... .......... .......... .......... .......... 27% 66.0M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 14750K .......... .......... .......... .......... .......... 27% 76.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 14800K .......... .......... .......... .......... .......... 27% 76.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 14850K .......... .......... .......... .......... .......... 27% 71.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 14900K .......... .......... .......... .......... .......... 27% 86.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 14950K .......... .......... .......... .......... .......... 27% 77.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 15000K .......... .......... .......... .......... .......... 27% 83.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 15050K .......... .......... .......... .......... .......... 28% 65.8M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 15100K .......... .......... .......... .......... .......... 28% 77.7M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 15150K .......... .......... .......... .......... .......... 28% 80.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 15200K .......... .......... .......... .......... .......... 28% 71.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 15250K .......... .......... .......... .......... .......... 28% 93.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 15300K .......... .......... .......... .......... .......... 28% 109M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 15350K .......... .......... .......... .......... .......... 28% 116M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 15400K .......... .......... .......... .......... .......... 28% 108M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 15450K .......... .......... .......... .......... .......... 28% 101M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 15500K .......... .......... .......... .......... .......... 28% 106M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 15550K .......... .......... .......... .......... .......... 29% 4.76M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 15600K .......... .......... .......... .......... .......... 29% 63.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 15650K .......... .......... .......... .......... .......... 29% 57.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 15700K .......... .......... .......... .......... .......... 29% 77.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 15750K .......... .......... .......... .......... .......... 29% 79.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 15800K .......... .......... .......... .......... .......... 29% 78.0M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 15850K .......... .......... .......... .......... .......... 29% 73.2M 2s unit-mysql-0: 16:16:52 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-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 15900K .......... .......... .......... .......... .......... 29% 90.6M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 15950K .......... .......... .......... .......... .......... 29% 85.9M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 16000K .......... .......... .......... .......... .......... 29% 96.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 16050K .......... .......... .......... .......... .......... 29% 79.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 16100K .......... .......... .......... .......... .......... 30% 89.9M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 16150K .......... .......... .......... .......... .......... 30% 77.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 16200K .......... .......... .......... .......... .......... 30% 76.0M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 16250K .......... .......... .......... .......... .......... 30% 76.9M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 16300K .......... .......... .......... .......... .......... 30% 73.6M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 16350K .......... .......... .......... .......... .......... 30% 77.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 16400K .......... .......... .......... .......... .......... 30% 73.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 16450K .......... .......... .......... .......... .......... 30% 74.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 16500K .......... .......... .......... .......... .......... 30% 77.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 16550K .......... .......... .......... .......... .......... 30% 81.1M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 16600K .......... .......... .......... .......... .......... 30% 75.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 16650K .......... .......... .......... .......... .......... 31% 73.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 16700K .......... .......... .......... .......... .......... 31% 75.4M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 16750K .......... .......... .......... .......... .......... 31% 84.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 16800K .......... .......... .......... .......... .......... 31% 88.2M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 16850K .......... .......... .......... .......... .......... 31% 66.9M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 16900K .......... .......... .......... .......... .......... 31% 71.5M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 16950K .......... .......... .......... .......... .......... 31% 85.3M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 17000K .......... .......... .......... .......... .......... 31% 118M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 17050K .......... .......... .......... .......... .......... 31% 101M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 17100K .......... .......... .......... .......... .......... 31% 119M 2s unit-oai-hss-0: 16:16:52 DEBUG unit.oai-hss/0.install 17150K .......... .......... .......... .......... .......... 31% 117M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 17200K .......... .......... .......... .......... .......... 32% 539K 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 17250K .......... .......... .......... .......... .......... 32% 59.6M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 17300K .......... .......... .......... .......... .......... 32% 62.5M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 17350K .......... .......... .......... .......... .......... 32% 53.7M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 17400K .......... .......... .......... .......... .......... 32% 54.2M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 17450K .......... .......... .......... .......... .......... 32% 68.4M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 17500K .......... .......... .......... .......... .......... 32% 64.4M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 17550K .......... .......... .......... .......... .......... 32% 58.5M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 17600K .......... .......... .......... .......... .......... 32% 57.5M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 17650K .......... .......... .......... .......... .......... 32% 70.0M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 17700K .......... .......... .......... .......... .......... 33% 78.5M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 17750K .......... .......... .......... .......... .......... 33% 78.2M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 17800K .......... .......... .......... .......... .......... 33% 70.6M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 17850K .......... .......... .......... .......... .......... 33% 75.4M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 17900K .......... .......... .......... .......... .......... 33% 74.9M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 17950K .......... .......... .......... .......... .......... 33% 79.8M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 18000K .......... .......... .......... .......... .......... 33% 73.9M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 18050K .......... .......... .......... .......... .......... 33% 74.5M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 18100K .......... .......... .......... .......... .......... 33% 116M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 18150K .......... .......... .......... .......... .......... 33% 116M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 18200K .......... .......... .......... .......... .......... 33% 100M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 18250K .......... .......... .......... .......... .......... 34% 123M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 18300K .......... .......... .......... .......... .......... 34% 116M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 18350K .......... .......... .......... .......... .......... 34% 5.32M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 18400K .......... .......... .......... .......... .......... 34% 32.6M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 18450K .......... .......... .......... .......... .......... 34% 69.1M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 18500K .......... .......... .......... .......... .......... 34% 79.8M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 18550K .......... .......... .......... .......... .......... 34% 80.4M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 18600K .......... .......... .......... .......... .......... 34% 75.1M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 18650K .......... .......... .......... .......... .......... 34% 66.3M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 18700K .......... .......... .......... .......... .......... 34% 78.8M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 18750K .......... .......... .......... .......... .......... 34% 75.7M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 18800K .......... .......... .......... .......... .......... 35% 78.5M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 18850K .......... .......... .......... .......... .......... 35% 67.8M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 18900K .......... .......... .......... .......... .......... 35% 81.1M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 18950K .......... .......... .......... .......... .......... 35% 77.6M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 19000K .......... .......... .......... .......... .......... 35% 79.6M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 19050K .......... .......... .......... .......... .......... 35% 66.4M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 19100K .......... .......... .......... .......... .......... 35% 81.5M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 19150K .......... .......... .......... .......... .......... 35% 77.8M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 19200K .......... .......... .......... .......... .......... 35% 81.9M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 19250K .......... .......... .......... .......... .......... 35% 66.2M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 19300K .......... .......... .......... .......... .......... 35% 87.5M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 19350K .......... .......... .......... .......... .......... 36% 75.3M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 19400K .......... .......... .......... .......... .......... 36% 75.7M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 19450K .......... .......... .......... .......... .......... 36% 66.1M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 19500K .......... .......... .......... .......... .......... 36% 76.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 19550K .......... .......... .......... .......... .......... 36% 113M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 19600K .......... .......... .......... .......... .......... 36% 115M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 19650K .......... .......... .......... .......... .......... 36% 103M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 19700K .......... .......... .......... .......... .......... 36% 85.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 19750K .......... .......... .......... .......... .......... 36% 79.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 19800K .......... .......... .......... .......... .......... 36% 83.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 19850K .......... .......... .......... .......... .......... 37% 68.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 19900K .......... .......... .......... .......... .......... 37% 110M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 19950K .......... .......... .......... .......... .......... 37% 114M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 20000K .......... .......... .......... .......... .......... 37% 112M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 20050K .......... .......... .......... .......... .......... 37% 101M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 20100K .......... .......... .......... .......... .......... 37% 550K 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 20150K .......... .......... .......... .......... .......... 37% 60.2M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 20200K .......... .......... .......... .......... .......... 37% 68.8M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 20250K .......... .......... .......... .......... .......... 37% 67.6M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 20300K .......... .......... .......... .......... .......... 37% 65.5M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 20350K .......... .......... .......... .......... .......... 37% 65.6M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 20400K .......... .......... .......... .......... .......... 38% 77.2M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 20450K .......... .......... .......... .......... .......... 38% 92.0M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 20500K .......... .......... .......... .......... .......... 38% 77.4M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 20550K .......... .......... .......... .......... .......... 38% 89.7M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 20600K .......... .......... .......... .......... .......... 38% 81.1M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 20650K .......... .......... .......... .......... .......... 38% 85.4M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 20700K .......... .......... .......... .......... .......... 38% 69.1M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 20750K .......... .......... .......... .......... .......... 38% 75.5M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 20800K .......... .......... .......... .......... .......... 38% 65.1M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 20850K .......... .......... .......... .......... .......... 38% 79.5M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 20900K .......... .......... .......... .......... .......... 38% 87.6M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 20950K .......... .......... .......... .......... .......... 39% 66.2M 2s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 21000K .......... .......... .......... .......... .......... 39% 81.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 21050K .......... .......... .......... .......... .......... 39% 85.5M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 21100K .......... .......... .......... .......... .......... 39% 78.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 21150K .......... .......... .......... .......... .......... 39% 80.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 21200K .......... .......... .......... .......... .......... 39% 4.73M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 21250K .......... .......... .......... .......... .......... 39% 15.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 21300K .......... .......... .......... .......... .......... 39% 72.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 21350K .......... .......... .......... .......... .......... 39% 84.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 21400K .......... .......... .......... .......... .......... 39% 69.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 21450K .......... .......... .......... .......... .......... 39% 82.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 21500K .......... .......... .......... .......... .......... 40% 83.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 21550K .......... .......... .......... .......... .......... 40% 79.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 21600K .......... .......... .......... .......... .......... 40% 70.3M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 21650K .......... .......... .......... .......... .......... 40% 84.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 21700K .......... .......... .......... .......... .......... 40% 79.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 21750K .......... .......... .......... .......... .......... 40% 69.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 21800K .......... .......... .......... .......... .......... 40% 80.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 21850K .......... .......... .......... .......... .......... 40% 79.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 21900K .......... .......... .......... .......... .......... 40% 75.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 21950K .......... .......... .......... .......... .......... 40% 86.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 22000K .......... .......... .......... .......... .......... 41% 70.3M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 22050K .......... .......... .......... .......... .......... 41% 74.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 22100K .......... .......... .......... .......... .......... 41% 80.7M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 22150K .......... .......... .......... .......... .......... 41% 69.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 22200K .......... .......... .......... .......... .......... 41% 76.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 22250K .......... .......... .......... .......... .......... 41% 76.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 22300K .......... .......... .......... .......... .......... 41% 93.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 22350K .......... .......... .......... .......... .......... 41% 65.5M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 22400K .......... .......... .......... .......... .......... 41% 78.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 22450K .......... .......... .......... .......... .......... 41% 75.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 22500K .......... .......... .......... .......... .......... 41% 80.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 22550K .......... .......... .......... .......... .......... 42% 93.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 22600K .......... .......... .......... .......... .......... 42% 120M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 22650K .......... .......... .......... .......... .......... 42% 99.7M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 22700K .......... .......... .......... .......... .......... 42% 75.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 22750K .......... .......... .......... .......... .......... 42% 67.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 22800K .......... .......... .......... .......... .......... 42% 73.7M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 22850K .......... .......... .......... .......... .......... 42% 87.5M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 22900K .......... .......... .......... .......... .......... 42% 94.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 22950K .......... .......... .......... .......... .......... 42% 103M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 23000K .......... .......... .......... .......... .......... 42% 571K 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 23050K .......... .......... .......... .......... .......... 42% 68.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 23100K .......... .......... .......... .......... .......... 43% 64.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 23150K .......... .......... .......... .......... .......... 43% 62.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 23200K .......... .......... .......... .......... .......... 43% 55.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 23250K .......... .......... .......... .......... .......... 43% 75.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 23300K .......... .......... .......... .......... .......... 43% 68.3M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 23350K .......... .......... .......... .......... .......... 43% 81.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 23400K .......... .......... .......... .......... .......... 43% 64.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 23450K .......... .......... .......... .......... .......... 43% 86.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 23500K .......... .......... .......... .......... .......... 43% 82.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 23550K .......... .......... .......... .......... .......... 43% 78.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 23600K .......... .......... .......... .......... .......... 43% 68.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 23650K .......... .......... .......... .......... .......... 44% 96.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 23700K .......... .......... .......... .......... .......... 44% 76.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 23750K .......... .......... .......... .......... .......... 44% 78.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 23800K .......... .......... .......... .......... .......... 44% 69.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 23850K .......... .......... .......... .......... .......... 44% 86.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 23900K .......... .......... .......... .......... .......... 44% 85.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 23950K .......... .......... .......... .......... .......... 44% 82.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 24000K .......... .......... .......... .......... .......... 44% 73.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 24050K .......... .......... .......... .......... .......... 44% 87.7M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 24100K .......... .......... .......... .......... .......... 44% 78.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 24150K .......... .......... .......... .......... .......... 45% 3.08M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 24200K .......... .......... .......... .......... .......... 45% 62.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 24250K .......... .......... .......... .......... .......... 45% 62.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 24300K .......... .......... .......... .......... .......... 45% 54.3M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 24350K .......... .......... .......... .......... .......... 45% 62.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 24400K .......... .......... .......... .......... .......... 45% 66.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 24450K .......... .......... .......... .......... .......... 45% 75.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 24500K .......... .......... .......... .......... .......... 45% 67.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 24550K .......... .......... .......... .......... .......... 45% 85.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 24600K .......... .......... .......... .......... .......... 45% 79.7M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 24650K .......... .......... .......... .......... .......... 45% 83.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 24700K .......... .......... .......... .......... .......... 46% 68.7M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 24750K .......... .......... .......... .......... .......... 46% 82.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 24800K .......... .......... .......... .......... .......... 46% 83.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 24850K .......... .......... .......... .......... .......... 46% 83.3M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 24900K .......... .......... .......... .......... .......... 46% 72.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 24950K .......... .......... .......... .......... .......... 46% 88.7M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 25000K .......... .......... .......... .......... .......... 46% 72.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 25050K .......... .......... .......... .......... .......... 46% 77.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 25100K .......... .......... .......... .......... .......... 46% 69.5M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 25150K .......... .......... .......... .......... .......... 46% 76.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 25200K .......... .......... .......... .......... .......... 46% 75.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 25250K .......... .......... .......... .......... .......... 47% 87.7M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 25300K .......... .......... .......... .......... .......... 47% 100M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 25350K .......... .......... .......... .......... .......... 47% 115M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 25400K .......... .......... .......... .......... .......... 47% 116M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 25450K .......... .......... .......... .......... .......... 47% 115M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 25500K .......... .......... .......... .......... .......... 47% 74.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 25550K .......... .......... .......... .......... .......... 47% 81.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 25600K .......... .......... .......... .......... .......... 47% 86.3M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 25650K .......... .......... .......... .......... .......... 47% 79.7M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 25700K .......... .......... .......... .......... .......... 47% 76.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 25750K .......... .......... .......... .......... .......... 47% 77.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 25800K .......... .......... .......... .......... .......... 48% 85.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 25850K .......... .......... .......... .......... .......... 48% 92.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 25900K .......... .......... .......... .......... .......... 48% 87.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 25950K .......... .......... .......... .......... .......... 48% 115M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 26000K .......... .......... .......... .......... .......... 48% 598K 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 26050K .......... .......... .......... .......... .......... 48% 61.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 26100K .......... .......... .......... .......... .......... 48% 60.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 26150K .......... .......... .......... .......... .......... 48% 71.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 26200K .......... .......... .......... .......... .......... 48% 70.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 26250K .......... .......... .......... .......... .......... 48% 68.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 26300K .......... .......... .......... .......... .......... 49% 86.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 26350K .......... .......... .......... .......... .......... 49% 74.3M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 26400K .......... .......... .......... .......... .......... 49% 75.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 26450K .......... .......... .......... .......... .......... 49% 86.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 26500K .......... .......... .......... .......... .......... 49% 73.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 26550K .......... .......... .......... .......... .......... 49% 79.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 26600K .......... .......... .......... .......... .......... 49% 72.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 26650K .......... .......... .......... .......... .......... 49% 67.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 26700K .......... .......... .......... .......... .......... 49% 79.3M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 26750K .......... .......... .......... .......... .......... 49% 79.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 26800K .......... .......... .......... .......... .......... 49% 74.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 26850K .......... .......... .......... .......... .......... 50% 76.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 26900K .......... .......... .......... .......... .......... 50% 80.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 26950K .......... .......... .......... .......... .......... 50% 87.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 27000K .......... .......... .......... .......... .......... 50% 2.56M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 27050K .......... .......... .......... .......... .......... 50% 64.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 27100K .......... .......... .......... .......... .......... 50% 57.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 27150K .......... .......... .......... .......... .......... 50% 51.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 27200K .......... .......... .......... .......... .......... 50% 56.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 27250K .......... .......... .......... .......... .......... 50% 59.3M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 27300K .......... .......... .......... .......... .......... 50% 69.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 27350K .......... .......... .......... .......... .......... 50% 64.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 27400K .......... .......... .......... .......... .......... 51% 71.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 27450K .......... .......... .......... .......... .......... 51% 75.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 27500K .......... .......... .......... .......... .......... 51% 73.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 27550K .......... .......... .......... .......... .......... 51% 65.7M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 27600K .......... .......... .......... .......... .......... 51% 81.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 27650K .......... .......... .......... .......... .......... 51% 77.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 27700K .......... .......... .......... .......... .......... 51% 72.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 27750K .......... .......... .......... .......... .......... 51% 78.3M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 27800K .......... .......... .......... .......... .......... 51% 79.3M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 27850K .......... .......... .......... .......... .......... 51% 78.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 27900K .......... .......... .......... .......... .......... 51% 80.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 27950K .......... .......... .......... .......... .......... 52% 76.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 28000K .......... .......... .......... .......... .......... 52% 91.5M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 28050K .......... .......... .......... .......... .......... 52% 115M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 28100K .......... .......... .......... .......... .......... 52% 115M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 28150K .......... .......... .......... .......... .......... 52% 72.7M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 28200K .......... .......... .......... .......... .......... 52% 103M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 28250K .......... .......... .......... .......... .......... 52% 112M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 28300K .......... .......... .......... .......... .......... 52% 120M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 28350K .......... .......... .......... .......... .......... 52% 95.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 28400K .......... .......... .......... .......... .......... 52% 77.3M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 28450K .......... .......... .......... .......... .......... 53% 76.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 28500K .......... .......... .......... .......... .......... 53% 79.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 28550K .......... .......... .......... .......... .......... 53% 65.5M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 28600K .......... .......... .......... .......... .......... 53% 76.7M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 28650K .......... .......... .......... .......... .......... 53% 77.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 28700K .......... .......... .......... .......... .......... 53% 74.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 28750K .......... .......... .......... .......... .......... 53% 87.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 28800K .......... .......... .......... .......... .......... 53% 119M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 28850K .......... .......... .......... .......... .......... 53% 114M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 28900K .......... .......... .......... .......... .......... 53% 99.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 28950K .......... .......... .......... .......... .......... 53% 97.6M 1s unit-mysql-0: 16:16:53 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-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 29000K .......... .......... .......... .......... .......... 54% 622K 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 29050K .......... .......... .......... .......... .......... 54% 64.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 29100K .......... .......... .......... .......... .......... 54% 65.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 29150K .......... .......... .......... .......... .......... 54% 68.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 29200K .......... .......... .......... .......... .......... 54% 58.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 29250K .......... .......... .......... .......... .......... 54% 66.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 29300K .......... .......... .......... .......... .......... 54% 102M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 29350K .......... .......... .......... .......... .......... 54% 76.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 29400K .......... .......... .......... .......... .......... 54% 67.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 29450K .......... .......... .......... .......... .......... 54% 80.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 29500K .......... .......... .......... .......... .......... 54% 78.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 29550K .......... .......... .......... .......... .......... 55% 79.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 29600K .......... .......... .......... .......... .......... 55% 88.7M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 29650K .......... .......... .......... .......... .......... 55% 80.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 29700K .......... .......... .......... .......... .......... 55% 78.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 29750K .......... .......... .......... .......... .......... 55% 86.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 29800K .......... .......... .......... .......... .......... 55% 71.3M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 29850K .......... .......... .......... .......... .......... 55% 87.7M 1s unit-mysql-0: 16:16:53 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-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 29900K .......... .......... .......... .......... .......... 55% 2.16M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 29950K .......... .......... .......... .......... .......... 55% 58.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 30000K .......... .......... .......... .......... .......... 55% 58.7M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 30050K .......... .......... .......... .......... .......... 55% 54.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 30100K .......... .......... .......... .......... .......... 56% 61.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 30150K .......... .......... .......... .......... .......... 56% 61.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 30200K .......... .......... .......... .......... .......... 56% 68.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 30250K .......... .......... .......... .......... .......... 56% 63.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 30300K .......... .......... .......... .......... .......... 56% 75.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 30350K .......... .......... .......... .......... .......... 56% 72.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 30400K .......... .......... .......... .......... .......... 56% 71.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 30450K .......... .......... .......... .......... .......... 56% 65.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 30500K .......... .......... .......... .......... .......... 56% 78.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 30550K .......... .......... .......... .......... .......... 56% 79.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 30600K .......... .......... .......... .......... .......... 57% 80.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 30650K .......... .......... .......... .......... .......... 57% 89.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 30700K .......... .......... .......... .......... .......... 57% 81.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 30750K .......... .......... .......... .......... .......... 57% 80.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 30800K .......... .......... .......... .......... .......... 57% 105M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 30850K .......... .......... .......... .......... .......... 57% 73.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 30900K .......... .......... .......... .......... .......... 57% 74.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 30950K .......... .......... .......... .......... .......... 57% 85.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 31000K .......... .......... .......... .......... .......... 57% 106M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 31050K .......... .......... .......... .......... .......... 57% 84.3M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 31100K .......... .......... .......... .......... .......... 57% 108M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 31150K .......... .......... .......... .......... .......... 58% 118M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 31200K .......... .......... .......... .......... .......... 58% 114M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 31250K .......... .......... .......... .......... .......... 58% 79.7M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 31300K .......... .......... .......... .......... .......... 58% 76.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 31350K .......... .......... .......... .......... .......... 58% 76.5M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 31400K .......... .......... .......... .......... .......... 58% 76.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 31450K .......... .......... .......... .......... .......... 58% 67.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 31500K .......... .......... .......... .......... .......... 58% 75.5M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 31550K .......... .......... .......... .......... .......... 58% 74.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 31600K .......... .......... .......... .......... .......... 58% 83.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 31650K .......... .......... .......... .......... .......... 58% 102M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 31700K .......... .......... .......... .......... .......... 59% 117M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 31750K .......... .......... .......... .......... .......... 59% 116M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 31800K .......... .......... .......... .......... .......... 59% 118M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 31850K .......... .......... .......... .......... .......... 59% 640K 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 31900K .......... .......... .......... .......... .......... 59% 60.5M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 31950K .......... .......... .......... .......... .......... 59% 55.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 32000K .......... .......... .......... .......... .......... 59% 51.5M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 32050K .......... .......... .......... .......... .......... 59% 62.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 32100K .......... .......... .......... .......... .......... 59% 67.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 32150K .......... .......... .......... .......... .......... 59% 80.3M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 32200K .......... .......... .......... .......... .......... 59% 70.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 32250K .......... .......... .......... .......... .......... 60% 77.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 32300K .......... .......... .......... .......... .......... 60% 79.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 32350K .......... .......... .......... .......... .......... 60% 77.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 32400K .......... .......... .......... .......... .......... 60% 75.7M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 32450K .......... .......... .......... .......... .......... 60% 78.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 32500K .......... .......... .......... .......... .......... 60% 78.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 32550K .......... .......... .......... .......... .......... 60% 79.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 32600K .......... .......... .......... .......... .......... 60% 70.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 32650K .......... .......... .......... .......... .......... 60% 117M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 32700K .......... .......... .......... .......... .......... 60% 113M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 32750K .......... .......... .......... .......... .......... 61% 113M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 32800K .......... .......... .......... .......... .......... 61% 1.99M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 32850K .......... .......... .......... .......... .......... 61% 64.3M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 32900K .......... .......... .......... .......... .......... 61% 54.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 32950K .......... .......... .......... .......... .......... 61% 61.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 33000K .......... .......... .......... .......... .......... 61% 64.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 33050K .......... .......... .......... .......... .......... 61% 63.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 33100K .......... .......... .......... .......... .......... 61% 65.5M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 33150K .......... .......... .......... .......... .......... 61% 73.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 33200K .......... .......... .......... .......... .......... 61% 78.7M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 33250K .......... .......... .......... .......... .......... 61% 75.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 33300K .......... .......... .......... .......... .......... 62% 69.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 33350K .......... .......... .......... .......... .......... 62% 78.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 33400K .......... .......... .......... .......... .......... 62% 75.7M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 33450K .......... .......... .......... .......... .......... 62% 80.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 33500K .......... .......... .......... .......... .......... 62% 66.3M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 33550K .......... .......... .......... .......... .......... 62% 76.3M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 33600K .......... .......... .......... .......... .......... 62% 80.3M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 33650K .......... .......... .......... .......... .......... 62% 78.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 33700K .......... .......... .......... .......... .......... 62% 69.5M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 33750K .......... .......... .......... .......... .......... 62% 82.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 33800K .......... .......... .......... .......... .......... 62% 84.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 33850K .......... .......... .......... .......... .......... 63% 111M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 33900K .......... .......... .......... .......... .......... 63% 98.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 33950K .......... .......... .......... .......... .......... 63% 82.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 34000K .......... .......... .......... .......... .......... 63% 103M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 34050K .......... .......... .......... .......... .......... 63% 112M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 34100K .......... .......... .......... .......... .......... 63% 96.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 34150K .......... .......... .......... .......... .......... 63% 83.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 34200K .......... .......... .......... .......... .......... 63% 80.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 34250K .......... .......... .......... .......... .......... 63% 74.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 34300K .......... .......... .......... .......... .......... 63% 65.7M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 34350K .......... .......... .......... .......... .......... 63% 80.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 34400K .......... .......... .......... .......... .......... 64% 77.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 34450K .......... .......... .......... .......... .......... 64% 78.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 34500K .......... .......... .......... .......... .......... 64% 68.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 34550K .......... .......... .......... .......... .......... 64% 116M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 34600K .......... .......... .......... .......... .......... 64% 113M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 34650K .......... .......... .......... .......... .......... 64% 112M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 34700K .......... .......... .......... .......... .......... 64% 103M 1s unit-mysql-0: 16:16:53 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-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 34750K .......... .......... .......... .......... .......... 64% 655K 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 34800K .......... .......... .......... .......... .......... 64% 56.5M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 34850K .......... .......... .......... .......... .......... 64% 51.7M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 34900K .......... .......... .......... .......... .......... 65% 53.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 34950K .......... .......... .......... .......... .......... 65% 60.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 35000K .......... .......... .......... .......... .......... 65% 67.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 35050K .......... .......... .......... .......... .......... 65% 88.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 35100K .......... .......... .......... .......... .......... 65% 67.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 35150K .......... .......... .......... .......... .......... 65% 78.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 35200K .......... .......... .......... .......... .......... 65% 95.9M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 35250K .......... .......... .......... .......... .......... 65% 80.5M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 35300K .......... .......... .......... .......... .......... 65% 67.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 35350K .......... .......... .......... .......... .......... 65% 84.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 35400K .......... .......... .......... .......... .......... 65% 93.7M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 35450K .......... .......... .......... .......... .......... 66% 76.3M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 35500K .......... .......... .......... .......... .......... 66% 73.5M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 35550K .......... .......... .......... .......... .......... 66% 118M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 35600K .......... .......... .......... .......... .......... 66% 116M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 35650K .......... .......... .......... .......... .......... 66% 119M 1s unit-mysql-0: 16:16:53 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-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 35700K .......... .......... .......... .......... .......... 66% 1.84M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 35750K .......... .......... .......... .......... .......... 66% 68.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 35800K .......... .......... .......... .......... .......... 66% 60.5M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 35850K .......... .......... .......... .......... .......... 66% 74.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 35900K .......... .......... .......... .......... .......... 66% 66.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 35950K .......... .......... .......... .......... .......... 66% 62.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 36000K .......... .......... .......... .......... .......... 67% 82.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 36050K .......... .......... .......... .......... .......... 67% 80.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 36100K .......... .......... .......... .......... .......... 67% 77.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 36150K .......... .......... .......... .......... .......... 67% 80.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 36200K .......... .......... .......... .......... .......... 67% 65.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 36250K .......... .......... .......... .......... .......... 67% 88.7M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 36300K .......... .......... .......... .......... .......... 67% 75.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 36350K .......... .......... .......... .......... .......... 67% 80.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 36400K .......... .......... .......... .......... .......... 67% 66.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 36450K .......... .......... .......... .......... .......... 67% 75.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 36500K .......... .......... .......... .......... .......... 67% 79.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 36550K .......... .......... .......... .......... .......... 68% 81.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 36600K .......... .......... .......... .......... .......... 68% 69.3M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 36650K .......... .......... .......... .......... .......... 68% 74.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 36700K .......... .......... .......... .......... .......... 68% 80.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 36750K .......... .......... .......... .......... .......... 68% 116M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 36800K .......... .......... .......... .......... .......... 68% 80.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 36850K .......... .......... .......... .......... .......... 68% 73.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 36900K .......... .......... .......... .......... .......... 68% 81.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 36950K .......... .......... .......... .......... .......... 68% 91.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 37000K .......... .......... .......... .......... .......... 68% 101M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 37050K .......... .......... .......... .......... .......... 69% 118M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 37100K .......... .......... .......... .......... .......... 69% 119M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 37150K .......... .......... .......... .......... .......... 69% 68.5M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 37200K .......... .......... .......... .......... .......... 69% 73.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 37250K .......... .......... .......... .......... .......... 69% 66.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 37300K .......... .......... .......... .......... .......... 69% 71.4M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 37350K .......... .......... .......... .......... .......... 69% 75.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 37400K .......... .......... .......... .......... .......... 69% 75.5M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 37450K .......... .......... .......... .......... .......... 69% 67.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 37500K .......... .......... .......... .......... .......... 69% 116M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 37550K .......... .......... .......... .......... .......... 69% 121M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 37600K .......... .......... .......... .......... .......... 70% 118M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 37650K .......... .......... .......... .......... .......... 70% 673K 1s unit-mysql-0: 16:16:53 DEBUG unit.mysql/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 37700K .......... .......... .......... .......... .......... 70% 53.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 37750K .......... .......... .......... .......... .......... 70% 61.3M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 37800K .......... .......... .......... .......... .......... 70% 59.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 37850K .......... .......... .......... .......... .......... 70% 67.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 37900K .......... .......... .......... .......... .......... 70% 60.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 37950K .......... .......... .......... .......... .......... 70% 78.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 38000K .......... .......... .......... .......... .......... 70% 92.8M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 38050K .......... .......... .......... .......... .......... 70% 79.2M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 38100K .......... .......... .......... .......... .......... 70% 45.5M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 38150K .......... .......... .......... .......... .......... 71% 92.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 38200K .......... .......... .......... .......... .......... 71% 88.1M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 38250K .......... .......... .......... .......... .......... 71% 101M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 38300K .......... .......... .......... .......... .......... 71% 116M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 38350K .......... .......... .......... .......... .......... 71% 81.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 38400K .......... .......... .......... .......... .......... 71% 98.6M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 38450K .......... .......... .......... .......... .......... 71% 94.0M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 38500K .......... .......... .......... .......... .......... 71% 109M 1s unit-oai-hss-0: 16:16:53 DEBUG unit.oai-hss/0.install 38550K .......... .......... .......... .......... .......... 71% 131M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 38600K .......... .......... .......... .......... .......... 71% 1.67M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 38650K .......... .......... .......... .......... .......... 71% 71.6M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 38700K .......... .......... .......... .......... .......... 72% 61.1M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 38750K .......... .......... .......... .......... .......... 72% 61.6M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 38800K .......... .......... .......... .......... .......... 72% 70.3M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 38850K .......... .......... .......... .......... .......... 72% 71.5M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 38900K .......... .......... .......... .......... .......... 72% 81.1M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 38950K .......... .......... .......... .......... .......... 72% 74.7M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 39000K .......... .......... .......... .......... .......... 72% 81.6M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 39050K .......... .......... .......... .......... .......... 72% 86.4M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 39100K .......... .......... .......... .......... .......... 72% 84.4M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 39150K .......... .......... .......... .......... .......... 72% 76.9M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 39200K .......... .......... .......... .......... .......... 73% 87.3M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 39250K .......... .......... .......... .......... .......... 73% 97.1M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 39300K .......... .......... .......... .......... .......... 73% 86.9M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 39350K .......... .......... .......... .......... .......... 73% 82.8M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 39400K .......... .......... .......... .......... .......... 73% 90.0M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 39450K .......... .......... .......... .......... .......... 73% 90.2M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 39500K .......... .......... .......... .......... .......... 73% 86.6M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 39550K .......... .......... .......... .......... .......... 73% 80.1M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 39600K .......... .......... .......... .......... .......... 73% 90.6M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 39650K .......... .......... .......... .......... .......... 73% 91.0M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 39700K .......... .......... .......... .......... .......... 73% 109M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 39750K .......... .......... .......... .......... .......... 74% 114M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 39800K .......... .......... .......... .......... .......... 74% 123M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 39850K .......... .......... .......... .......... .......... 74% 128M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 39900K .......... .......... .......... .......... .......... 74% 129M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 39950K .......... .......... .......... .......... .......... 74% 30.1M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 40000K .......... .......... .......... .......... .......... 74% 76.4M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 40050K .......... .......... .......... .......... .......... 74% 86.2M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 40100K .......... .......... .......... .......... .......... 74% 44.2M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 40150K .......... .......... .......... .......... .......... 74% 93.0M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 40200K .......... .......... .......... .......... .......... 74% 86.0M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 40250K .......... .......... .......... .......... .......... 74% 84.6M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 40300K .......... .......... .......... .......... .......... 75% 76.0M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 40350K .......... .......... .......... .......... .......... 75% 87.7M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 40400K .......... .......... .......... .......... .......... 75% 89.5M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 40450K .......... .......... .......... .......... .......... 75% 108M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 40500K .......... .......... .......... .......... .......... 75% 114M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 40550K .......... .......... .......... .......... .......... 75% 134M 1s unit-mysql-0: 16:16:54 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-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 40600K .......... .......... .......... .......... .......... 75% 695K 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 40650K .......... .......... .......... .......... .......... 75% 63.7M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 40700K .......... .......... .......... .......... .......... 75% 69.0M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 40750K .......... .......... .......... .......... .......... 75% 77.7M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 40800K .......... .......... .......... .......... .......... 75% 80.1M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 40850K .......... .......... .......... .......... .......... 76% 65.1M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 40900K .......... .......... .......... .......... .......... 76% 77.8M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 40950K .......... .......... .......... .......... .......... 76% 112M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 41000K .......... .......... .......... .......... .......... 76% 112M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 41050K .......... .......... .......... .......... .......... 76% 76.1M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 41100K .......... .......... .......... .......... .......... 76% 88.2M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 41150K .......... .......... .......... .......... .......... 76% 65.0M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 41200K .......... .......... .......... .......... .......... 76% 79.9M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 41250K .......... .......... .......... .......... .......... 76% 84.6M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 41300K .......... .......... .......... .......... .......... 76% 96.4M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 41350K .......... .......... .......... .......... .......... 77% 87.2M 1s unit-mysql-0: 16:16:54 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-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 41400K .......... .......... .......... .......... .......... 77% 1.51M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 41450K .......... .......... .......... .......... .......... 77% 63.6M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 41500K .......... .......... .......... .......... .......... 77% 71.6M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 41550K .......... .......... .......... .......... .......... 77% 70.1M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 41600K .......... .......... .......... .......... .......... 77% 66.7M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 41650K .......... .......... .......... .......... .......... 77% 64.4M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 41700K .......... .......... .......... .......... .......... 77% 77.1M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 41750K .......... .......... .......... .......... .......... 77% 85.7M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 41800K .......... .......... .......... .......... .......... 77% 78.9M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 41850K .......... .......... .......... .......... .......... 77% 78.8M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 41900K .......... .......... .......... .......... .......... 78% 74.9M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 41950K .......... .......... .......... .......... .......... 78% 83.5M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 42000K .......... .......... .......... .......... .......... 78% 90.9M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 42050K .......... .......... .......... .......... .......... 78% 76.7M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 42100K .......... .......... .......... .......... .......... 78% 88.3M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 42150K .......... .......... .......... .......... .......... 78% 50.4M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 42200K .......... .......... .......... .......... .......... 78% 87.2M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 42250K .......... .......... .......... .......... .......... 78% 76.1M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 42300K .......... .......... .......... .......... .......... 78% 84.7M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 42350K .......... .......... .......... .......... .......... 78% 82.4M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 42400K .......... .......... .......... .......... .......... 78% 89.0M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 42450K .......... .......... .......... .......... .......... 79% 90.0M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 42500K .......... .......... .......... .......... .......... 79% 132M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 42550K .......... .......... .......... .......... .......... 79% 137M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 42600K .......... .......... .......... .......... .......... 79% 129M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 42650K .......... .......... .......... .......... .......... 79% 115M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 42700K .......... .......... .......... .......... .......... 79% 97.2M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 42750K .......... .......... .......... .......... .......... 79% 101M 1s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 42800K .......... .......... .......... .......... .......... 79% 126M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 42850K .......... .......... .......... .......... .......... 79% 39.8M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 42900K .......... .......... .......... .......... .......... 79% 86.1M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 42950K .......... .......... .......... .......... .......... 79% 77.6M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 43000K .......... .......... .......... .......... .......... 80% 86.0M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 43050K .......... .......... .......... .......... .......... 80% 89.7M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 43100K .......... .......... .......... .......... .......... 80% 86.1M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 43150K .......... .......... .......... .......... .......... 80% 77.0M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 43200K .......... .......... .......... .......... .......... 80% 89.6M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 43250K .......... .......... .......... .......... .......... 80% 87.3M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 43300K .......... .......... .......... .......... .......... 80% 88.8M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 43350K .......... .......... .......... .......... .......... 80% 76.6M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 43400K .......... .......... .......... .......... .......... 80% 91.3M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 43450K .......... .......... .......... .......... .......... 80% 107M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 43500K .......... .......... .......... .......... .......... 81% 134M 0s unit-mysql-0: 16:16:54 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-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 43550K .......... .......... .......... .......... .......... 81% 717K 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 43600K .......... .......... .......... .......... .......... 81% 65.5M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 43650K .......... .......... .......... .......... .......... 81% 70.8M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 43700K .......... .......... .......... .......... .......... 81% 56.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 43750K .......... .......... .......... .......... .......... 81% 68.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 43800K .......... .......... .......... .......... .......... 81% 67.2M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 43850K .......... .......... .......... .......... .......... 81% 85.4M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 43900K .......... .......... .......... .......... .......... 81% 77.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 43950K .......... .......... .......... .......... .......... 81% 78.8M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 44000K .......... .......... .......... .......... .......... 81% 77.4M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 44050K .......... .......... .......... .......... .......... 82% 80.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 44100K .......... .......... .......... .......... .......... 82% 79.2M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 44150K .......... .......... .......... .......... .......... 82% 52.4M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 44200K .......... .......... .......... .......... .......... 82% 132M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 44250K .......... .......... .......... .......... .......... 82% 120M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 44300K .......... .......... .......... .......... .......... 82% 1.42M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 44350K .......... .......... .......... .......... .......... 82% 68.4M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 44400K .......... .......... .......... .......... .......... 82% 53.1M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 44450K .......... .......... .......... .......... .......... 82% 67.5M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 44500K .......... .......... .......... .......... .......... 82% 57.2M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 44550K .......... .......... .......... .......... .......... 82% 66.4M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 44600K .......... .......... .......... .......... .......... 83% 65.6M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 44650K .......... .......... .......... .......... .......... 83% 75.5M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 44700K .......... .......... .......... .......... .......... 83% 81.7M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 44750K .......... .......... .......... .......... .......... 83% 76.6M 0s unit-mysql-0: 16:16:54 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-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 44800K .......... .......... .......... .......... .......... 83% 72.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 44850K .......... .......... .......... .......... .......... 83% 78.5M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 44900K .......... .......... .......... .......... .......... 83% 76.5M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 44950K .......... .......... .......... .......... .......... 83% 79.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 45000K .......... .......... .......... .......... .......... 83% 64.7M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 45050K .......... .......... .......... .......... .......... 83% 77.5M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 45100K .......... .......... .......... .......... .......... 83% 77.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 45150K .......... .......... .......... .......... .......... 84% 89.4M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 45200K .......... .......... .......... .......... .......... 84% 113M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 45250K .......... .......... .......... .......... .......... 84% 128M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 45300K .......... .......... .......... .......... .......... 84% 107M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 45350K .......... .......... .......... .......... .......... 84% 82.1M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 45400K .......... .......... .......... .......... .......... 84% 68.2M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 45450K .......... .......... .......... .......... .......... 84% 91.3M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 45500K .......... .......... .......... .......... .......... 84% 130M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 45550K .......... .......... .......... .......... .......... 84% 129M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 45600K .......... .......... .......... .......... .......... 84% 117M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 45650K .......... .......... .......... .......... .......... 85% 134M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 45700K .......... .......... .......... .......... .......... 85% 133M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 45750K .......... .......... .......... .......... .......... 85% 63.1M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 45800K .......... .......... .......... .......... .......... 85% 77.6M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 45850K .......... .......... .......... .......... .......... 85% 80.6M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 45900K .......... .......... .......... .......... .......... 85% 84.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 45950K .......... .......... .......... .......... .......... 85% 89.2M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 46000K .......... .......... .......... .......... .......... 85% 69.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 46050K .......... .......... .......... .......... .......... 85% 96.1M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 46100K .......... .......... .......... .......... .......... 85% 75.8M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 46150K .......... .......... .......... .......... .......... 85% 49.2M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 46200K .......... .......... .......... .......... .......... 86% 70.3M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 46250K .......... .......... .......... .......... .......... 86% 83.8M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 46300K .......... .......... .......... .......... .......... 86% 81.8M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 46350K .......... .......... .......... .......... .......... 86% 82.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 46400K .......... .......... .......... .......... .......... 86% 80.3M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 46450K .......... .......... .......... .......... .......... 86% 134M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 46500K .......... .......... .......... .......... .......... 86% 125M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 46550K .......... .......... .......... .......... .......... 86% 135M 0s unit-mysql-0: 16:16:54 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-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 46600K .......... .......... .......... .......... .......... 86% 760K 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 46650K .......... .......... .......... .......... .......... 86% 74.6M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 46700K .......... .......... .......... .......... .......... 86% 63.5M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 46750K .......... .......... .......... .......... .......... 87% 56.0M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 46800K .......... .......... .......... .......... .......... 87% 75.4M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 46850K .......... .......... .......... .......... .......... 87% 72.0M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 46900K .......... .......... .......... .......... .......... 87% 83.5M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 46950K .......... .......... .......... .......... .......... 87% 73.1M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 47000K .......... .......... .......... .......... .......... 87% 85.7M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 47050K .......... .......... .......... .......... .......... 87% 70.2M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 47100K .......... .......... .......... .......... .......... 87% 91.0M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 47150K .......... .......... .......... .......... .......... 87% 88.0M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 47200K .......... .......... .......... .......... .......... 87% 1.27M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 47250K .......... .......... .......... .......... .......... 87% 60.1M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 47300K .......... .......... .......... .......... .......... 88% 63.7M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 47350K .......... .......... .......... .......... .......... 88% 72.8M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 47400K .......... .......... .......... .......... .......... 88% 65.8M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 47450K .......... .......... .......... .......... .......... 88% 64.4M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 47500K .......... .......... .......... .......... .......... 88% 75.6M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 47550K .......... .......... .......... .......... .......... 88% 82.5M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 47600K .......... .......... .......... .......... .......... 88% 78.3M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 47650K .......... .......... .......... .......... .......... 88% 75.4M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 47700K .......... .......... .......... .......... .......... 88% 81.0M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 47750K .......... .......... .......... .......... .......... 88% 83.0M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 47800K .......... .......... .......... .......... .......... 89% 80.6M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 47850K .......... .......... .......... .......... .......... 89% 73.2M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 47900K .......... .......... .......... .......... .......... 89% 76.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 47950K .......... .......... .......... .......... .......... 89% 87.8M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 48000K .......... .......... .......... .......... .......... 89% 77.3M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 48050K .......... .......... .......... .......... .......... 89% 68.0M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 48100K .......... .......... .......... .......... .......... 89% 77.7M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 48150K .......... .......... .......... .......... .......... 89% 46.3M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 48200K .......... .......... .......... .......... .......... 89% 128M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 48250K .......... .......... .......... .......... .......... 89% 115M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 48300K .......... .......... .......... .......... .......... 89% 131M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 48350K .......... .......... .......... .......... .......... 90% 117M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 48400K .......... .......... .......... .......... .......... 90% 84.2M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 48450K .......... .......... .......... .......... .......... 90% 105M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 48500K .......... .......... .......... .......... .......... 90% 125M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 48550K .......... .......... .......... .......... .......... 90% 134M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 48600K .......... .......... .......... .......... .......... 90% 94.5M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 48650K .......... .......... .......... .......... .......... 90% 70.2M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 48700K .......... .......... .......... .......... .......... 90% 80.5M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 48750K .......... .......... .......... .......... .......... 90% 82.4M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 48800K .......... .......... .......... .......... .......... 90% 77.6M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 48850K .......... .......... .......... .......... .......... 90% 67.7M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 48900K .......... .......... .......... .......... .......... 91% 90.5M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 48950K .......... .......... .......... .......... .......... 91% 80.1M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 49000K .......... .......... .......... .......... .......... 91% 92.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 49050K .......... .......... .......... .......... .......... 91% 72.8M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 49100K .......... .......... .......... .......... .......... 91% 87.3M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 49150K .......... .......... .......... .......... .......... 91% 76.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 49200K .......... .......... .......... .......... .......... 91% 83.7M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 49250K .......... .......... .......... .......... .......... 91% 65.5M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 49300K .......... .......... .......... .......... .......... 91% 92.8M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 49350K .......... .......... .......... .......... .......... 91% 133M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 49400K .......... .......... .......... .......... .......... 91% 129M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 49450K .......... .......... .......... .......... .......... 92% 122M 0s unit-mysql-0: 16:16:54 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-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 49500K .......... .......... .......... .......... .......... 92% 791K 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 49550K .......... .......... .......... .......... .......... 92% 64.2M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 49600K .......... .......... .......... .......... .......... 92% 55.0M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 49650K .......... .......... .......... .......... .......... 92% 69.6M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 49700K .......... .......... .......... .......... .......... 92% 74.5M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 49750K .......... .......... .......... .......... .......... 92% 72.8M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 49800K .......... .......... .......... .......... .......... 92% 63.0M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 49850K .......... .......... .......... .......... .......... 92% 126M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 49900K .......... .......... .......... .......... .......... 92% 83.4M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 49950K .......... .......... .......... .......... .......... 93% 79.8M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 50000K .......... .......... .......... .......... .......... 93% 101M 0s unit-mysql-0: 16:16:54 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-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 50050K .......... .......... .......... .......... .......... 93% 1.19M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 50100K .......... .......... .......... .......... .......... 93% 66.1M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 50150K .......... .......... .......... .......... .......... 93% 37.0M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 50200K .......... .......... .......... .......... .......... 93% 68.2M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 50250K .......... .......... .......... .......... .......... 93% 66.8M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 50300K .......... .......... .......... .......... .......... 93% 82.1M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 50350K .......... .......... .......... .......... .......... 93% 59.5M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 50400K .......... .......... .......... .......... .......... 93% 66.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 50450K .......... .......... .......... .......... .......... 93% 70.3M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 50500K .......... .......... .......... .......... .......... 94% 80.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 50550K .......... .......... .......... .......... .......... 94% 69.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 50600K .......... .......... .......... .......... .......... 94% 91.5M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 50650K .......... .......... .......... .......... .......... 94% 80.0M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 50700K .......... .......... .......... .......... .......... 94% 74.2M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 50750K .......... .......... .......... .......... .......... 94% 66.1M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 50800K .......... .......... .......... .......... .......... 94% 94.4M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 50850K .......... .......... .......... .......... .......... 94% 77.2M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 50900K .......... .......... .......... .......... .......... 94% 80.7M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 50950K .......... .......... .......... .......... .......... 94% 70.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 51000K .......... .......... .......... .......... .......... 94% 109M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 51050K .......... .......... .......... .......... .......... 95% 90.2M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 51100K .......... .......... .......... .......... .......... 95% 79.1M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 51150K .......... .......... .......... .......... .......... 95% 66.7M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 51200K .......... .......... .......... .......... .......... 95% 131M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 51250K .......... .......... .......... .......... .......... 95% 125M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 51300K .......... .......... .......... .......... .......... 95% 127M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 51350K .......... .......... .......... .......... .......... 95% 118M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 51400K .......... .......... .......... .......... .......... 95% 130M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 51450K .......... .......... .......... .......... .......... 95% 112M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 51500K .......... .......... .......... .......... .......... 95% 79.0M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 51550K .......... .......... .......... .......... .......... 95% 57.6M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 51600K .......... .......... .......... .......... .......... 96% 77.0M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 51650K .......... .......... .......... .......... .......... 96% 79.5M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 51700K .......... .......... .......... .......... .......... 96% 81.6M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 51750K .......... .......... .......... .......... .......... 96% 77.5M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 51800K .......... .......... .......... .......... .......... 96% 86.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 51850K .......... .......... .......... .......... .......... 96% 97.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 51900K .......... .......... .......... .......... .......... 96% 84.0M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 51950K .......... .......... .......... .......... .......... 96% 73.6M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 52000K .......... .......... .......... .......... .......... 96% 90.4M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 52050K .......... .......... .......... .......... .......... 96% 83.0M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 52100K .......... .......... .......... .......... .......... 97% 88.7M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 52150K .......... .......... .......... .......... .......... 97% 72.1M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 52200K .......... .......... .......... .......... .......... 97% 96.8M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 52250K .......... .......... .......... .......... .......... 97% 109M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 52300K .......... .......... .......... .......... .......... 97% 116M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 52350K .......... .......... .......... .......... .......... 97% 100M 0s unit-mysql-0: 16:16:54 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-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 52400K .......... .......... .......... .......... .......... 97% 820K 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 52450K .......... .......... .......... .......... .......... 97% 60.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 52500K .......... .......... .......... .......... .......... 97% 52.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 52550K .......... .......... .......... .......... .......... 97% 56.3M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 52600K .......... .......... .......... .......... .......... 97% 51.0M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 52650K .......... .......... .......... .......... .......... 98% 64.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 52700K .......... .......... .......... .......... .......... 98% 93.2M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 52750K .......... .......... .......... .......... .......... 98% 78.6M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 52800K .......... .......... .......... .......... .......... 98% 97.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 52850K .......... .......... .......... .......... .......... 98% 116M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 52900K .......... .......... .......... .......... .......... 98% 114M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 52950K .......... .......... .......... .......... .......... 98% 1.11M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 53000K .......... .......... .......... .......... .......... 98% 32.3M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 53050K .......... .......... .......... .......... .......... 98% 54.4M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 53100K .......... .......... .......... .......... .......... 98% 57.4M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 53150K .......... .......... .......... .......... .......... 98% 60.3M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 53200K .......... .......... .......... .......... .......... 99% 50.0M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 53250K .......... .......... .......... .......... .......... 99% 68.9M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 53300K .......... .......... .......... .......... .......... 99% 91.1M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 53350K .......... .......... .......... .......... .......... 99% 113M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 53400K .......... .......... .......... .......... .......... 99% 102M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 53450K .......... .......... .......... .......... .......... 99% 117M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 53500K .......... .......... .......... .......... .......... 99% 114M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 53550K .......... .......... .......... .......... .......... 99% 119M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 53600K .......... .......... .......... .......... .......... 99% 103M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 53650K .......... .......... .......... .......... .......... 99% 116M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 53700K .......... .......... .......... .......... .......... 99% 119M 0s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 53750K ...... 100% 59.9M=2.5s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install 2018-04-25 16:16:54 (20.9 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [55046174/55046174] unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install FINISHED --2018-04-25 16:16:54-- unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install Total wall clock time: 4.6s unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install Downloaded: 4 files, 66M in 3.9s (17.0 MB/s) unit-oai-hss-0: 16:16:54 DEBUG unit.oai-hss/0.install + dpkg -i kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-mysql-0: 16:16:54 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: 16:16:54 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: 16:16:54 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: 16:16:54 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: 16:16:55 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: 16:16:55 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-oai-hss-0: 16:16:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-hss-0: 16:16:55 DEBUG unit.oai-hss/0.install (Reading database ... 53392 files and directories currently installed.) unit-oai-hss-0: 16:16:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-mysql-0: 16:16:55 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-oai-hss-0: 16:16:55 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-mysql-0: 16:16:55 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 [10.5 kB] unit-mysql-0: 16:16:55 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 [64.0 kB] unit-mysql-0: 16:16:55 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.3 [227 kB] unit-mysql-0: 16:16:55 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: 16:16:55 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: 16:16:55 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: 16:16:55 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 [44.7 kB] unit-mysql-0: 16:16:56 DEBUG unit.mysql/0.install Extracting templates from packages: 61% Extracting templates from packages: 100% unit-mysql-0: 16:16:56 DEBUG unit.mysql/0.install Fetched 40.9 MB in 6s (6756 kB/s) unit-mysql-0: 16:16:56 DEBUG unit.mysql/0.install Selecting previously unselected package libasan0:amd64. unit-mysql-0: 16:16:56 DEBUG unit.mysql/0.install (Reading database ... 52417 files and directories currently installed.) unit-mysql-0: 16:16:56 DEBUG unit.mysql/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 16:16:56 DEBUG unit.mysql/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:16:57 DEBUG unit.mysql/0.install Selecting previously unselected package libatomic1:amd64. unit-mysql-0: 16:16:57 DEBUG unit.mysql/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 16:16:57 DEBUG unit.mysql/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:16:57 DEBUG unit.mysql/0.install Selecting previously unselected package libgmp10:amd64. unit-mysql-0: 16:16:57 DEBUG unit.mysql/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 16:16:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-hss-0: 16:16:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb ... unit-mysql-0: 16:16:58 DEBUG unit.mysql/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 16:16:58 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-mysql-0: 16:16:59 DEBUG unit.mysql/0.install Selecting previously unselected package libisl10:amd64. unit-mysql-0: 16:16:59 DEBUG unit.mysql/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-mysql-0: 16:16:59 DEBUG unit.mysql/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-mysql-0: 16:17:01 DEBUG unit.mysql/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-mysql-0: 16:17:01 DEBUG unit.mysql/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-mysql-0: 16:17:01 DEBUG unit.mysql/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-mysql-0: 16:17:02 DEBUG unit.mysql/0.install Selecting previously unselected package libgomp1:amd64. unit-mysql-0: 16:17:02 DEBUG unit.mysql/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 16:17:02 DEBUG unit.mysql/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:17:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-hss-0: 16:17:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-mysql-0: 16:17:03 DEBUG unit.mysql/0.install Selecting previously unselected package libitm1:amd64. unit-mysql-0: 16:17:03 DEBUG unit.mysql/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:17:03 DEBUG unit.oai-hss/0.install Done. unit-oai-hss-0: 16:17:03 DEBUG unit.oai-hss/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-mysql-0: 16:17:03 DEBUG unit.mysql/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:17:03 DEBUG unit.mysql/0.install Selecting previously unselected package libmpfr4:amd64. unit-mysql-0: 16:17:03 DEBUG unit.mysql/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-mysql-0: 16:17:03 DEBUG unit.mysql/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-mysql-0: 16:17:04 DEBUG unit.mysql/0.install Selecting previously unselected package libquadmath0:amd64. unit-mysql-0: 16:17:04 DEBUG unit.mysql/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 16:17:04 DEBUG unit.mysql/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:17:05 DEBUG unit.mysql/0.install Selecting previously unselected package libtsan0:amd64. unit-mysql-0: 16:17:05 DEBUG unit.mysql/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 16:17:06 DEBUG unit.mysql/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:17:06 DEBUG unit.mysql/0.install Selecting previously unselected package libmpc3:amd64. unit-mysql-0: 16:17:06 DEBUG unit.mysql/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-mysql-0: 16:17:06 DEBUG unit.mysql/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-mysql-0: 16:17:08 DEBUG unit.mysql/0.install Selecting previously unselected package binutils. unit-mysql-0: 16:17:08 DEBUG unit.mysql/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-mysql-0: 16:17:08 DEBUG unit.mysql/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-mysql-0: 16:17:11 DEBUG unit.mysql/0.install Selecting previously unselected package libc-dev-bin. unit-mysql-0: 16:17:11 DEBUG unit.mysql/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 16:17:11 DEBUG unit.mysql/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-mysql-0: 16:17:12 DEBUG unit.mysql/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-mysql-0: 16:17:12 DEBUG unit.mysql/0.install Preparing to unpack .../linux-libc-dev_3.13.0-145.194_amd64.deb ... unit-mysql-0: 16:17:12 DEBUG unit.mysql/0.install Unpacking linux-libc-dev:amd64 (3.13.0-145.194) ... unit-oai-hss-0: 16:17:12 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-hss-0: 16:17:12 DEBUG unit.oai-hss/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-mysql-0: 16:17:12 DEBUG unit.mysql/0.install Selecting previously unselected package libc6-dev:amd64. unit-mysql-0: 16:17:12 DEBUG unit.mysql/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 16:17:12 DEBUG unit.mysql/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 16:17:12 DEBUG unit.oai-hss/0.install Running depmod. unit-oai-hss-0: 16:17:13 DEBUG unit.oai-hss/0.install update-initramfs: deferring update (hook will be called later) unit-oai-hss-0: 16:17:13 DEBUG unit.oai-hss/0.install Examining /etc/kernel/postinst.d. unit-oai-hss-0: 16:17:13 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 16:17:13 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 16:17:13 DEBUG unit.oai-hss/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-mysql-0: 16:17:13 DEBUG unit.mysql/0.install Selecting previously unselected package cpp-4.8. unit-mysql-0: 16:17:13 DEBUG unit.mysql/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 16:17:13 DEBUG unit.mysql/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:17:14 DEBUG unit.mysql/0.install Selecting previously unselected package cpp. unit-mysql-0: 16:17:14 DEBUG unit.mysql/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 16:17:15 DEBUG unit.mysql/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-mysql-0: 16:17:16 DEBUG unit.mysql/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-mysql-0: 16:17:16 DEBUG unit.mysql/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 16:17:16 DEBUG unit.mysql/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:17:17 DEBUG unit.mysql/0.install Selecting previously unselected package gcc-4.8. unit-mysql-0: 16:17:17 DEBUG unit.mysql/0.install Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 16:17:17 DEBUG unit.mysql/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:17:18 DEBUG unit.mysql/0.install Selecting previously unselected package gcc. unit-mysql-0: 16:17:18 DEBUG unit.mysql/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 16:17:18 DEBUG unit.mysql/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-mysql-0: 16:17:19 DEBUG unit.mysql/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-mysql-0: 16:17:19 DEBUG unit.mysql/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 16:17:19 DEBUG unit.mysql/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:17:20 DEBUG unit.mysql/0.install Selecting previously unselected package g++-4.8. unit-mysql-0: 16:17:20 DEBUG unit.mysql/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 16:17:20 DEBUG unit.mysql/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:17:20 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 16:17:20 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 16:17:20 DEBUG unit.oai-hss/0.install Searching for GRUB installation directory ... found: /boot/grub unit-oai-hss-0: 16:17:20 DEBUG unit.oai-hss/0.install Searching for default file ... found: /boot/grub/default unit-oai-hss-0: 16:17:20 DEBUG unit.oai-hss/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-oai-hss-0: 16:17:20 DEBUG unit.oai-hss/0.install Searching for splash image ... none found, skipping ... unit-oai-hss-0: 16:17:20 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-145-generic unit-oai-hss-0: 16:17:20 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 16:17:20 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-145-generic unit-oai-hss-0: 16:17:20 DEBUG unit.oai-hss/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-hss-0: 16:17:20 DEBUG unit.oai-hss/0.install Updating /boot/grub/menu.lst ... done unit-oai-hss-0: 16:17:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:17:21 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 16:17:21 DEBUG unit.oai-hss/0.install Generating grub configuration file ... unit-oai-hss-0: 16:17:21 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 16:17:21 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-oai-hss-0: 16:17:21 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-145-generic unit-oai-hss-0: 16:17:21 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-145-generic unit-oai-hss-0: 16:17:21 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 16:17:22 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-mysql-0: 16:17:22 DEBUG unit.mysql/0.install Selecting previously unselected package g++. unit-mysql-0: 16:17:22 DEBUG unit.mysql/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 16:17:22 DEBUG unit.oai-hss/0.install + juju-reboot --now unit-mysql-0: 16:17:22 DEBUG unit.mysql/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 16:17:22 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-hss-0: 16:17:22 INFO juju.worker.uniter.context trying to kill context process 3062 unit-oai-hss-0: 16:17:22 INFO juju.worker.uniter.context waiting for context process 3062 to die unit-oai-hss-0: 16:17:22 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-hss-0: 16:17:22 INFO juju.worker.uniter.context assuming already killed unit-oai-hss-0: 16:17:22 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-oai-hss-0: 16:17:22 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 16:17:22 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:17:22 INFO juju.worker.uniter unit "oai-hss/0" shutting down: machine needs to reboot unit-oai-hss-0: 16:17:22 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-hss-0: 16:17:22 DEBUG juju.worker.uniter juju-run listener stopped unit-oai-hss-0: 16:17:22 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine needs to reboot unit-mysql-0: 16:17:23 DEBUG unit.mysql/0.install Selecting previously unselected package make. unit-mysql-0: 16:17:23 DEBUG unit.mysql/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-mysql-0: 16:17:23 DEBUG unit.mysql/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-mysql-0: 16:17:23 DEBUG unit.mysql/0.install Selecting previously unselected package libdpkg-perl. unit-mysql-0: 16:17:23 DEBUG unit.mysql/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-mysql-0: 16:17:23 DEBUG unit.mysql/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-mysql-0: 16:17:24 DEBUG unit.mysql/0.install Selecting previously unselected package dpkg-dev. unit-mysql-0: 16:17:24 DEBUG unit.mysql/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-mysql-0: 16:17:24 DEBUG unit.mysql/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-mysql-0: 16:17:25 DEBUG unit.mysql/0.install Selecting previously unselected package build-essential. unit-mysql-0: 16:17:25 DEBUG unit.mysql/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-mysql-0: 16:17:25 DEBUG unit.mysql/0.install Unpacking build-essential (11.6ubuntu6) ... unit-mysql-0: 16:17:25 DEBUG unit.mysql/0.install Selecting previously unselected package libfakeroot:amd64. unit-mysql-0: 16:17:25 DEBUG unit.mysql/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 16:17:25 DEBUG unit.mysql/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-mysql-0: 16:17:26 DEBUG unit.mysql/0.install Selecting previously unselected package fakeroot. unit-mysql-0: 16:17:26 DEBUG unit.mysql/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... machine-3: 16:17:26 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-3: 16:17:26 DEBUG juju.worker.reboot acquiring mutex "machine-lock" for reboot machine-3: 16:17:26 DEBUG juju.worker.reboot mutex "machine-lock" acquired, won't release unit-mysql-0: 16:17:26 DEBUG unit.mysql/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-mysql-0: 16:17:26 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-mysql-0: 16:17:26 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-mysql-0: 16:17:27 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-mysql-0: 16:17:28 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-mysql-0: 16:17:28 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-mysql-0: 16:17:28 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-mysql-0: 16:17:28 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-mysql-0: 16:17:28 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-mysql-0: 16:17:28 DEBUG unit.mysql/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-mysql-0: 16:17:29 DEBUG unit.mysql/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-mysql-0: 16:17:29 DEBUG unit.mysql/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-mysql-0: 16:17:29 DEBUG unit.mysql/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-mysql-0: 16:17:29 DEBUG unit.mysql/0.install Selecting previously unselected package manpages-dev. unit-mysql-0: 16:17:29 DEBUG unit.mysql/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-mysql-0: 16:17:29 DEBUG unit.mysql/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-mysql-0: 16:17:30 DEBUG unit.mysql/0.install Selecting previously unselected package python3-pkg-resources. unit-mysql-0: 16:17:30 DEBUG unit.mysql/0.install Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... unit-mysql-0: 16:17:30 DEBUG unit.mysql/0.install Unpacking python3-pkg-resources (3.3-1ubuntu2) ... unit-mysql-0: 16:17:30 DEBUG unit.mysql/0.install Selecting previously unselected package python-chardet-whl. unit-mysql-0: 16:17:30 DEBUG unit.mysql/0.install Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... unit-mysql-0: 16:17:30 DEBUG unit.mysql/0.install Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... unit-mysql-0: 16:17:30 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama. unit-mysql-0: 16:17:30 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... unit-mysql-0: 16:17:30 DEBUG unit.mysql/0.install Unpacking python-colorama (0.2.5-0.1ubuntu2) ... unit-mysql-0: 16:17:31 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama-whl. unit-mysql-0: 16:17:31 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... unit-mysql-0: 16:17:31 DEBUG unit.mysql/0.install Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-mysql-0: 16:17:31 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib. unit-mysql-0: 16:17:31 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 16:17:31 DEBUG unit.mysql/0.install Unpacking python-distlib (0.1.8-1ubuntu1) ... unit-mysql-0: 16:17:32 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib-whl. unit-mysql-0: 16:17:32 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 16:17:32 DEBUG unit.mysql/0.install Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... unit-mysql-0: 16:17:33 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib. unit-mysql-0: 16:17:33 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 16:17:33 DEBUG unit.mysql/0.install Unpacking python-html5lib (0.999-3~ubuntu1) ... unit-mysql-0: 16:17:33 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib-whl. unit-mysql-0: 16:17:33 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 16:17:33 DEBUG unit.mysql/0.install Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... unit-mysql-0: 16:17:33 DEBUG unit.mysql/0.install Selecting previously unselected package python-six-whl. unit-mysql-0: 16:17:33 DEBUG unit.mysql/0.install Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... unit-mysql-0: 16:17:33 DEBUG unit.mysql/0.install Unpacking python-six-whl (1.5.2-1ubuntu1) ... unit-mysql-0: 16:17:34 DEBUG unit.mysql/0.install Selecting previously unselected package python-urllib3-whl. unit-mysql-0: 16:17:34 DEBUG unit.mysql/0.install Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... unit-mysql-0: 16:17:34 DEBUG unit.mysql/0.install Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... unit-mysql-0: 16:17:35 DEBUG unit.mysql/0.install Selecting previously unselected package python-requests-whl. unit-mysql-0: 16:17:35 DEBUG unit.mysql/0.install Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... unit-mysql-0: 16:17:35 DEBUG unit.mysql/0.install Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... unit-mysql-0: 16:17:35 DEBUG unit.mysql/0.install Selecting previously unselected package python-setuptools-whl. unit-mysql-0: 16:17:35 DEBUG unit.mysql/0.install Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... unit-mysql-0: 16:17:35 DEBUG unit.mysql/0.install Unpacking python-setuptools-whl (3.3-1ubuntu2) ... unit-mysql-0: 16:17:36 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip-whl. unit-mysql-0: 16:17:36 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 16:17:36 DEBUG unit.mysql/0.install Unpacking python-pip-whl (1.5.4-1ubuntu4) ... unit-mysql-0: 16:17:36 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip. unit-mysql-0: 16:17:36 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 16:17:36 DEBUG unit.mysql/0.install Unpacking python-pip (1.5.4-1ubuntu4) ... unit-mysql-0: 16:17:37 DEBUG unit.mysql/0.install Selecting previously unselected package python-wheel. unit-mysql-0: 16:17:37 DEBUG unit.mysql/0.install Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... unit-mysql-0: 16:17:38 DEBUG unit.mysql/0.install Unpacking python-wheel (0.24.0-1~ubuntu1) ... unit-mysql-0: 16:17:38 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-mysql-0: 16:17:42 DEBUG unit.mysql/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:17:42 DEBUG unit.mysql/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:17:43 DEBUG unit.mysql/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-mysql-0: 16:17:43 DEBUG unit.mysql/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-mysql-0: 16:17:43 DEBUG unit.mysql/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-mysql-0: 16:17:44 DEBUG unit.mysql/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:17:44 DEBUG unit.mysql/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:17:44 DEBUG unit.mysql/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-mysql-0: 16:17:44 DEBUG unit.mysql/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:17:44 DEBUG unit.mysql/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:17:45 DEBUG unit.mysql/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-mysql-0: 16:17:45 DEBUG unit.mysql/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-mysql-0: 16:17:45 DEBUG unit.mysql/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-mysql-0: 16:17:45 DEBUG unit.mysql/0.install Setting up linux-libc-dev:amd64 (3.13.0-145.194) ... unit-mysql-0: 16:17:46 DEBUG unit.mysql/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-mysql-0: 16:17:46 DEBUG unit.mysql/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:17:46 DEBUG unit.mysql/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-mysql-0: 16:17:47 DEBUG unit.mysql/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:17:47 DEBUG unit.mysql/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:17:47 DEBUG unit.mysql/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-mysql-0: 16:17:47 DEBUG unit.mysql/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:17:47 DEBUG unit.mysql/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:17:48 DEBUG unit.mysql/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-mysql-0: 16:17:48 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-mysql-0: 16:17:48 DEBUG unit.mysql/0.install Setting up make (3.81-8.2ubuntu3) ... unit-mysql-0: 16:17:48 DEBUG unit.mysql/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-mysql-0: 16:17:48 DEBUG unit.mysql/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-mysql-0: 16:17:49 DEBUG unit.mysql/0.install Setting up build-essential (11.6ubuntu6) ... unit-mysql-0: 16:17:49 DEBUG unit.mysql/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-mysql-0: 16:17:49 DEBUG unit.mysql/0.install Setting up fakeroot (1.20-3ubuntu2) ... machine-3: 16:17:49 INFO juju.cmd running jujud [2.2.5 gc go1.8] unit-oai-hss-0: 16:17:49 INFO juju.cmd running jujud [2.2.5 gc go1.8] machine-3: 16:17:49 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 16:17:49 DEBUG juju.agent read agent config, format "2.0" machine-3: 16:17:49 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 16:17:49 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: 16:17:49 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 16:17:49 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 16:17:49 DEBUG juju.worker start "api" unit-oai-hss-0: 16:17:49 INFO juju.worker start "api" unit-mysql-0: 16:17:49 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 16:17:49 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 16:17:49 DEBUG juju.worker "api" started unit-oai-hss-0: 16:17:49 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:17:49 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:17:49 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-oai-hss-0: 16:17:49 DEBUG juju.api error dialing websocket: dial tcp 172.16.0.9:17070: operation was canceled unit-oai-hss-0: 16:17:49 INFO juju.api connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-3: 16:17:49 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 16:17:49 INFO juju.worker.upgradesteps upgrade steps for 2.2.5 have already been run. machine-3: 16:17:49 DEBUG juju.worker start "engine" machine-3: 16:17:49 INFO juju.worker start "engine" machine-3: 16:17:49 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 16:17:49 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 16:17:49 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 16:17:49 DEBUG juju.worker "engine" started machine-3: 16:17:49 DEBUG juju.worker.introspection stats worker now serving machine-3: 16:17:49 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 16:17:49 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.apicaller connecting with current password machine-3: 16:17:49 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 16:17:49 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 16:17:49 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 16:17:49 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 16:17:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:49 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-3: 16:17:49 DEBUG juju.api error dialing websocket: dial tcp 172.16.0.9:17070: operation was canceled machine-3: 16:17:49 INFO juju.api connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-3: 16:17:49 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 16:17:49 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:17:49 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 16:17:49 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 16:17:49 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-mysql-0: 16:17:49 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-mysql-0: 16:17:50 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 16:17:50 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 16:17:50 DEBUG juju.api RPC connection died unit-oai-hss-0: 16:17:50 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-hss-0: 16:17:50 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 16:17:50 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-oai-hss-0: 16:17:50 DEBUG juju.api error dialing websocket: dial tcp 172.16.0.9:17070: operation was canceled unit-oai-hss-0: 16:17:50 INFO juju.api connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-mysql-0: 16:17:50 DEBUG unit.mysql/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-mysql-0: 16:17:50 DEBUG unit.mysql/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-mysql-0: 16:17:50 DEBUG unit.mysql/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-mysql-0: 16:17:50 DEBUG unit.mysql/0.install Setting up python3-pkg-resources (3.3-1ubuntu2) ... machine-3: 16:17:50 DEBUG juju.worker.apicaller connected unit-mysql-0: 16:17:50 DEBUG unit.mysql/0.install Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... machine-3: 16:17:51 DEBUG juju.api RPC connection died machine-3: 16:17:51 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 16:17:51 DEBUG juju.worker.apicaller connecting with current password machine-3: 16:17:51 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-3: 16:17:51 DEBUG juju.api error dialing websocket: dial tcp 172.16.0.9:17070: operation was canceled machine-3: 16:17:51 INFO juju.api connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-oai-hss-0: 16:17:51 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 16:17:51 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 16:17:51 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 16:17:51 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 16:17:51 DEBUG unit.mysql/0.install Setting up python-colorama (0.2.5-0.1ubuntu2) ... unit-oai-hss-0: 16:17:51 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 16:17:51 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 16:17:51 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 16:17:51 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.5-trusty-amd64 unit-oai-hss-0: 16:17:51 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.5-trusty-amd64/jujud unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 16:17:51 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 16:17:51 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.16.0.9,172.30.9.214,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 16:17:51 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: 16:17:51 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 16:17:51 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 16:17:51 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 16:17:51 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 16:17:51 DEBUG juju.network including address public:172.30.9.214 for machine unit-oai-hss-0: 16:17:51 DEBUG juju.network including address local-cloud:172.16.0.9 for machine unit-oai-hss-0: 16:17:51 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 16:17:51 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 16:17:51 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:172.16.0.9 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 16:17:51 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 172.16.0.9:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 16:17:51 DEBUG juju.agent API server address details [["172.30.9.214:17070" "172.16.0.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["172.16.0.9:17070" "172.30.9.214:17070"] unit-oai-hss-0: 16:17:51 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 16:17:51 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 16:17:51 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 16:17:51 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 16:17:51 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 16:17:51 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 16:17:51 INFO juju.worker.upgrader desired tool version: 2.2.5 unit-oai-hss-0: 16:17:51 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 16:17:51 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 16:17:51 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-mysql-0: 16:17:51 DEBUG unit.mysql/0.install Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-oai-hss-0: 16:17:51 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 16:17:51 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 16:17:51 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 16:17:51 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 16:17:51 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 16:17:51 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 16:17:51 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 16:17:51 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 16:17:51 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 16:17:51 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:17:51 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:17:51 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 16:17:51 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 16:17:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 16:17:51 DEBUG unit.mysql/0.install Setting up python-distlib (0.1.8-1ubuntu1) ... machine-3: 16:17:51 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 16:17:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install ++ config-get revision machine-3: 16:17:51 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 16:17:51 DEBUG worker.uniter.jujuc running hook tool "config-get" machine-3: 16:17:51 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:51 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' machine-3: 16:17:51 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:51 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:51 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:51 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 16:17:51 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 16:17:51 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 16:17:51 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 16:17:51 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 16:17:51 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 16:17:51 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 16:17:51 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-3: 16:17:51 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 16:17:51 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-3: 16:17:51 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-3: 16:17:51 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 16:17:51 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-hss-0: 16:17:51 DEBUG worker.uniter.jujuc running hook tool "status-set" machine-3: 16:17:51 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 16:17:51 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:17:51 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:17:51 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:17:51 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:17:51 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:17:51 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:17:51 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:17:51 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:17:51 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:17:51 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 16:17:51 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 16:17:51 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 16:17:51 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:17:51 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:17:51 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:17:51 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:17:51 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:17:51 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:17:51 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:17:51 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:17:51 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 16:17:51 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 16:17:51 INFO juju.worker.upgrader unblocking abort check machine-3: 16:17:51 INFO juju.worker.upgrader desired tool version: 2.2.5 machine-3: 16:17:51 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:17:51 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' machine-3: 16:17:52 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 16:17:52 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 16:17:52 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 16:17:52 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 16:17:52 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 16:17:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 16:17:52 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 16:17:52 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.16.0.9,172.30.9.214,::1,localhost", AutoNoProxy:""} machine-3: 16:17:52 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 16:17:52 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 apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-3: 16:17:52 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 16:17:52 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 16:17:52 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 16:17:52 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 16:17:52 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 16:17:52 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 16:17:52 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 16:17:52 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 16:17:52 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 16:17:52 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 16:17:52 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:17:52 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:17:52 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 16:17:52 DEBUG juju.network including address local-cloud:172.16.0.10 for machine machine-3: 16:17:52 DEBUG juju.network including address local-machine:::1 for machine machine-3: 16:17:52 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:172.16.0.10 local-machine:::1] machine-3: 16:17:52 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:172.16.0.10 local-machine:::1] machine-3: 16:17:52 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 16:17:52 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 16:17:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 16:17:52 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 16:17:52 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 16:17:52 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:17:52 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 16:17:52 DEBUG juju.network including address public:172.30.9.214 for machine machine-3: 16:17:52 DEBUG juju.network including address local-cloud:172.16.0.9 for machine machine-3: 16:17:52 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 16:17:52 DEBUG juju.network including address local-machine:::1 for machine machine-3: 16:17:52 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:172.16.0.9 local-machine:127.0.0.1 local-machine:::1] machine-3: 16:17:52 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 172.16.0.9:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 16:17:52 DEBUG juju.agent API server address details [["172.30.9.214:17070" "172.16.0.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["172.16.0.9:17070" "172.30.9.214:17070"] machine-3: 16:17:52 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 16:17:52 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 16:17:52 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 16:17:52 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 16:17:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 16:17:52 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 16:17:52 DEBUG juju.worker.logger logger setup machine-3: 16:17:52 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 16:17:52 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 16:17:52 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 16:17:52 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 16:17:52 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] unit-mysql-0: 16:17:52 DEBUG unit.mysql/0.install Setting up python-distlib-whl (0.1.8-1ubuntu1) ... machine-3: 16:17:52 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 16:17:52 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 16:17:52 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 16:17:52 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 16:17:52 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 16:17:52 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-oai-hss-0: 16:17:52 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:17:52 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-mysql-0: 16:17:52 DEBUG unit.mysql/0.install Setting up python-html5lib (0.999-3~ubuntu1) ... unit-oai-hss-0: 16:17:52 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 16:17:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:17: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: 16:17:52 DEBUG unit.oai-hss/0.install machine-3: 16:17:52 DEBUG juju.worker start "3-container-watcher" machine-3: 16:17:52 DEBUG juju.worker start "stateconverter" machine-3: 16:17:52 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 16:17:52 INFO juju.worker start "3-container-watcher" machine-3: 16:17:52 DEBUG juju.worker "3-container-watcher" started machine-3: 16:17:52 INFO juju.worker start "stateconverter" machine-3: 16:17:52 DEBUG juju.worker "stateconverter" started machine-3: 16:17:52 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 16:17:52 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 16:17:52 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-3: 16:17:52 INFO juju.worker.machiner "machine-3" started unit-mysql-0: 16:17:52 DEBUG unit.mysql/0.install Setting up python-html5lib-whl (0.999-3~ubuntu1) ... unit-oai-hss-0: 16:17:52 DEBUG unit.oai-hss/0.install Reading package lists... machine-3: 16:17:52 DEBUG juju.worker.machiner observed network config updated for "machine-3" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:c3:9e:22 172.16.0.0/24 1450 0 eth0 ethernet false false static 172.16.0.10 [] [] []} {2 fa:16:3e:c3:9e:22 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-hss-0: 16:17:52 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:17:52 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install ++ virt-what unit-mysql-0: 16:17:53 DEBUG unit.mysql/0.install Setting up python-six-whl (1.5.2-1ubuntu1) ... unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 16:17:53 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-mysql-0: 16:17:53 DEBUG unit.mysql/0.install Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:17:53 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: 16:17:53 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install Reading package lists... unit-mysql-0: 16:17:53 DEBUG unit.mysql/0.install Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 16:17:53 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:17:53 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 16:17:53 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-mysql-0: 16:17:53 DEBUG unit.mysql/0.install Setting up python-setuptools-whl (3.3-1ubuntu2) ... unit-oai-hss-0: 16:17:53 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-mysql-0: 16:17:54 DEBUG unit.mysql/0.install Setting up python-pip-whl (1.5.4-1ubuntu4) ... unit-oai-hss-0: 16:17:54 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 16:17:54 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 16:17:54 DEBUG unit.oai-hss/0.install + echo -n unit-mysql-0: 16:17:54 DEBUG unit.mysql/0.install Setting up python-pip (1.5.4-1ubuntu4) ... unit-mysql-0: 16:17:54 DEBUG unit.mysql/0.install Setting up python-wheel (0.24.0-1~ubuntu1) ... unit-oai-hss-0: 16:17:54 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 16:17:54 DEBUG unit.oai-hss/0.install + juju-log 'Updating the installation directory' unit-oai-hss-0: 16:17:54 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:17:54 INFO unit.oai-hss/0.juju-log Updating the installation directory unit-oai-hss-0: 16:17:54 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 16:17:54 DEBUG unit.oai-hss/0.install + git reset --hard HEAD unit-mysql-0: 16:17:54 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 16:17:55 DEBUG unit.oai-hss/0.install HEAD is now at 11723fa modified config file to match IMSI w/ OAI UE (tag v0.1) unit-oai-hss-0: 16:17:55 DEBUG unit.oai-hss/0.install + git checkout v0.3.2-branch unit-oai-hss-0: 16:17:55 DEBUG unit.oai-hss/0.install Already on 'v0.3.2-branch' unit-oai-hss-0: 16:17:55 DEBUG unit.oai-hss/0.install Your branch is up-to-date with 'origin/v0.3.2-branch'. unit-oai-hss-0: 16:17:55 DEBUG unit.oai-hss/0.install + git pull unit-mysql-0: 16:17:55 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 16:17:55 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 16:17:55 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 16:17:55 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 16:17:55 DEBUG unit.mysql/0.install python-dnspython unit-oai-hss-0: 16:17:55 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 16:17:56 INFO juju.worker.upgrader desired tool version: 2.2.5 unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install Already up-to-date. unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 16:17:56 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:17:56 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + current_kern_release=3.19.0-031900-generic unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + current_kern_major_revision=19 unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + '[' 19 -ge 19 ']' unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + [[ true == true ]] unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + juju-log 'required kernel is already installed' unit-oai-hss-0: 16:17:56 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:17:56 INFO unit.oai-hss/0.juju-log required kernel is already installed unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + status-set maintenance 'required kernel is already installed' unit-oai-hss-0: 16:17:56 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-mysql-0: 16:17:56 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 16:17:56 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 16:17:56 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 16:17:56 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-mysql-0: 16:17:56 DEBUG unit.mysql/0.install Fetched 83.1 kB in 0s (102 kB/s) unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + configure_hosts unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install ++ config-get realm unit-oai-hss-0: 16:17:56 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + realm=openair4G.eur unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install +++ hostname unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + '[' -z '' ']' unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 localhost unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 oai-hss-0.openair4G.eur oai-hss-0 mme unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + build_hss unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + juju-log 'Build HSS and install required packages' unit-oai-hss-0: 16:17:56 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:17:56 INFO unit.oai-hss/0.juju-log Build HSS and install required packages unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + status-set maintenance 'Build HSS and install required packages' unit-oai-hss-0: 16:17:56 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -i -F unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install Check installed software packages necessary to build and run HSS (support Ubuntu 14.04): unit-oai-hss-0: 16:17:56 DEBUG unit.oai-hss/0.install Force set (no interactive) unit-mysql-0: 16:17:57 DEBUG unit.mysql/0.install Selecting previously unselected package python-dnspython. unit-mysql-0: 16:17:57 DEBUG unit.mysql/0.install (Reading database ... 57545 files and directories currently installed.) unit-mysql-0: 16:17:57 DEBUG unit.mysql/0.install Preparing to unpack .../python-dnspython_1.11.1-1build1_all.deb ... unit-mysql-0: 16:17:57 DEBUG unit.mysql/0.install Unpacking python-dnspython (1.11.1-1build1) ... unit-oai-hss-0: 16:17:57 DEBUG unit.oai-hss/0.install Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] unit-oai-hss-0: 16:17:57 DEBUG unit.oai-hss/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-oai-hss-0: 16:17:57 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] unit-mysql-0: 16:17:57 DEBUG unit.mysql/0.install Setting up python-dnspython (1.11.1-1build1) ... unit-oai-hss-0: 16:17:57 DEBUG unit.oai-hss/0.install Get:3 http://security.ubuntu.com trusty-security/main Sources [154 kB] unit-oai-hss-0: 16:17:58 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-oai-hss-0: 16:17:58 DEBUG unit.oai-hss/0.install Get:4 http://security.ubuntu.com trusty-security/universe Sources [72.4 kB] unit-oai-hss-0: 16:17:58 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-oai-hss-0: 16:17:58 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [415 kB] unit-oai-hss-0: 16:17:58 DEBUG unit.oai-hss/0.install Get:6 http://security.ubuntu.com trusty-security/main amd64 Packages [728 kB] unit-oai-hss-0: 16:17:58 DEBUG unit.oai-hss/0.install Get:7 http://security.ubuntu.com trusty-security/universe amd64 Packages [225 kB] unit-oai-hss-0: 16:17:58 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] unit-oai-hss-0: 16:17:58 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-oai-hss-0: 16:17:58 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [200 kB] unit-oai-hss-0: 16:17:59 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-oai-hss-0: 16:17:59 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7373 B] unit-mysql-0: 16:17:59 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 16:17:59 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:17:59 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1072 kB] unit-mysql-0: 16:17:59 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 16:17:59 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-mysql-0: 16:17:59 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 16:17:59 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 16:17:59 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-oai-hss-0: 16:17:59 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] unit-mysql-0: 16:17:59 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 16:17:59 DEBUG unit.mysql/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 16:17:59 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-oai-hss-0: 16:17:59 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [451 kB] unit-mysql-0: 16:17:59 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] unit-mysql-0: 16:17:59 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 16:17:59 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-oai-hss-0: 16:18:00 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] unit-oai-hss-0: 16:18:00 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-oai-hss-0: 16:18:00 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-mysql-0: 16:18:00 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-oai-hss-0: 16:18:00 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-mysql-0: 16:18:00 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-oai-hss-0: 16:18:00 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-mysql-0: 16:18:00 DEBUG unit.mysql/0.install Get:2 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [415 kB] unit-oai-hss-0: 16:18:00 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-oai-hss-0: 16:18:01 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-mysql-0: 16:18:01 DEBUG unit.mysql/0.install Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] unit-oai-hss-0: 16:18:01 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 16:18:01 DEBUG unit.mysql/0.install Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [200 kB] unit-oai-hss-0: 16:18:01 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-oai-hss-0: 16:18:01 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-mysql-0: 16:18:01 DEBUG unit.mysql/0.install Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7373 B] unit-oai-hss-0: 16:18:01 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-mysql-0: 16:18:01 DEBUG unit.mysql/0.install Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1072 kB] unit-oai-hss-0: 16:18:01 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-oai-hss-0: 16:18:01 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-mysql-0: 16:18:01 DEBUG unit.mysql/0.install Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] unit-oai-hss-0: 16:18:02 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-mysql-0: 16:18:02 DEBUG unit.mysql/0.install Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [451 kB] unit-oai-hss-0: 16:18:02 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-mysql-0: 16:18:02 DEBUG unit.mysql/0.install Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] unit-oai-hss-0: 16:18:02 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-mysql-0: 16:18:02 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-oai-hss-0: 16:18:02 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-mysql-0: 16:18:02 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-oai-hss-0: 16:18:02 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-mysql-0: 16:18:02 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-oai-hss-0: 16:18:02 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-mysql-0: 16:18:02 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-oai-hss-0: 16:18:02 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 16:18:02 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-oai-hss-0: 16:18:02 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-oai-hss-0: 16:18:03 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-oai-hss-0: 16:18:03 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-mysql-0: 16:18:03 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-mysql-0: 16:18:03 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 16:18:03 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-oai-hss-0: 16:18:03 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 16:18:03 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-oai-hss-0: 16:18:03 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 16:18:03 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-oai-hss-0: 16:18:03 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 16:18:03 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-oai-hss-0: 16:18:03 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 16:18:04 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-oai-hss-0: 16:18:04 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-mysql-0: 16:18:04 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-oai-hss-0: 16:18:04 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 16:18:04 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-oai-hss-0: 16:18:04 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-mysql-0: 16:18:04 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-oai-hss-0: 16:18:04 DEBUG unit.oai-hss/0.install Fetched 3495 kB in 7s (460 kB/s) unit-mysql-0: 16:18:04 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-mysql-0: 16:18:04 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-mysql-0: 16:18:04 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-mysql-0: 16:18:05 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 16:18:05 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 16:18:05 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-mysql-0: 16:18:05 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-mysql-0: 16:18:05 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 16:18:05 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 16:18:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 16:18:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install Reading package lists... unit-mysql-0: 16:18:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install Reading state information... unit-mysql-0: 16:18:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install Package 'libgnutls-dev' is not installed, so not removed unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx27' is not installed, so not removed unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install Package 'nettle-dev' is not installed, so not removed unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx28' is not installed, so not removed unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install Package 'nettle-bin' is not installed, so not removed unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install Reading state information... unit-mysql-0: 16:18:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install autotools-dev binutils cmake-data cpp cpp-4.8 dpkg-dev fakeroot fontconfig unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install libarchive13 libasan0 libatomic1 libaudio2 libavahi-client3 unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install libavahi-common-data libavahi-common3 libbison-dev libc-dev-bin libc6-dbg unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install libc6-dev libcloog-isl4 libcups2 libdpkg-perl libfakeroot unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev libgmp10 unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 liblzo2-2 unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative libqt4-network unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml libqt4-xmlpatterns unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 libstdc++-4.8-dev unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev m4 make unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install manpages-dev qtcore4-l10n x11-common unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool gettext unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install binutils-doc bison-doc codeblocks eclipse cpp-doc gcc-4.8-locales unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install doxygen-latex doxygen-doc graphviz debian-keyring g++-multilib unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib automake1.9 unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install libasan0-dbg libtsan0-dbg libquadmath0-dbg gdb-doc gdbserver lrzip nas unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install glibc-doc cups-common libqt4-declarative-folderlistmodel unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libicu48 libthai0 unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install qt4-qtconfig libstdc++-4.8-doc make-doc unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install libc-dbg unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install autoconf automake autotools-dev binutils bison build-essential cmake unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install cmake-curses-gui cmake-data cpp cpp-4.8 doxygen doxygen-gui dpkg-dev unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install fakeroot flex fontconfig fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install gcc-4.8 gdb libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install libalgorithm-merge-perl libarchive13 libasan0 libatomic1 libaudio2 unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install libavahi-client3 libavahi-common-data libavahi-common3 libbison-dev unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install libfakeroot libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install libgmp10 libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install liblzo2-2 libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install libqt4-network libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install libstdc++-4.8-dev libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install m4 make manpages-dev pkg-config qtcore4-l10n x11-common unit-mysql-0: 16:18:06 DEBUG unit.mysql/0.install Fetched 2249 kB in 7s (300 kB/s) unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install 0 upgraded, 84 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install Need to get 68.3 MB of archives. unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install After this operation, 235 MB of additional disk space will be used. unit-oai-hss-0: 16:18:06 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main m4 amd64 1.4.17-2ubuntu1 [195 kB] unit-oai-hss-0: 16:18:07 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfl-dev amd64 2.5.35-10.1ubuntu2 [17.2 kB] unit-oai-hss-0: 16:18:07 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main flex amd64 2.5.35-10.1ubuntu2 [211 kB] unit-oai-hss-0: 16:18:07 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblzo2-2 amd64 2.06-1.2ubuntu1.1 [46.1 kB] unit-oai-hss-0: 16:18:07 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnettle4 amd64 2.7.1-1ubuntu0.2 [102 kB] unit-oai-hss-0: 16:18:07 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libarchive13 amd64 3.1.2-7ubuntu2.4 [262 kB] unit-oai-hss-0: 16:18:07 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] unit-oai-hss-0: 16:18:07 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] unit-oai-hss-0: 16:18:07 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main x11-common all 1:7.7+1ubuntu8.1 [49.5 kB] unit-oai-hss-0: 16:18:08 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libice6 amd64 2:1.0.8-2 [47.0 kB] unit-oai-hss-0: 16:18:08 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsm6 amd64 2:1.2.1-2 [18.1 kB] unit-oai-hss-0: 16:18:08 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxt6 amd64 1:1.1.4-1 [185 kB] unit-oai-hss-0: 16:18:08 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaudio2 amd64 1.9.4-1 [57.1 kB] unit-oai-hss-0: 16:18:08 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB] unit-oai-hss-0: 16:18:08 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] unit-oai-hss-0: 16:18:08 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB] unit-oai-hss-0: 16:18:08 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] unit-oai-hss-0: 16:18:08 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] unit-oai-hss-0: 16:18:08 DEBUG unit.oai-hss/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] unit-mysql-0: 16:18:08 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 16:18:08 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 16:18:08 INFO unit.mysql/0.juju-log Installing ['debconf-utils', 'python-mysqldb', 'uuid', 'pwgen', 'dnsutils'] with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 16:18:08 DEBUG unit.mysql/0.install Reading package lists... unit-oai-hss-0: 16:18:09 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.9 [178 kB] unit-oai-hss-0: 16:18:09 DEBUG unit.oai-hss/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] unit-mysql-0: 16:18:09 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 16:18:09 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 16:18:09 DEBUG unit.mysql/0.install dnsutils is already the newest version. unit-mysql-0: 16:18:09 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 16:18:09 DEBUG unit.mysql/0.install libmysqlclient18 libossp-uuid16 mysql-common unit-mysql-0: 16:18:09 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 16:18:09 DEBUG unit.mysql/0.install python-egenix-mxdatetime mysql-server-5.1 mysql-server python-mysqldb-dbg unit-mysql-0: 16:18:09 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 16:18:09 DEBUG unit.mysql/0.install debconf-utils libmysqlclient18 libossp-uuid16 mysql-common pwgen unit-mysql-0: 16:18:09 DEBUG unit.mysql/0.install python-mysqldb uuid unit-oai-hss-0: 16:18:09 DEBUG unit.oai-hss/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] unit-mysql-0: 16:18:09 DEBUG unit.mysql/0.install 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 16:18:09 DEBUG unit.mysql/0.install Need to get 780 kB of archives. unit-mysql-0: 16:18:09 DEBUG unit.mysql/0.install After this operation, 4259 kB of additional disk space will be used. unit-mysql-0: 16:18:09 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.60-0ubuntu0.14.04.1 [12.7 kB] unit-oai-hss-0: 16:18:09 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] unit-oai-hss-0: 16:18:09 DEBUG unit.oai-hss/0.install Get:24 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: 16:18:09 DEBUG unit.mysql/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.60-0ubuntu0.14.04.1 [597 kB] unit-oai-hss-0: 16:18:09 DEBUG unit.oai-hss/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] unit-oai-hss-0: 16:18:09 DEBUG unit.oai-hss/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2 [104 kB] unit-oai-hss-0: 16:18:09 DEBUG unit.oai-hss/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] unit-oai-hss-0: 16:18:09 DEBUG unit.oai-hss/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.3-1ubuntu1~14.04.6 [1305 kB] unit-mysql-0: 16:18:09 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-oai-hss-0: 16:18:10 DEBUG unit.oai-hss/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main qtcore4-l10n all 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [587 kB] unit-mysql-0: 16:18:10 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-mysql-0: 16:18:10 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-oai-hss-0: 16:18:10 DEBUG unit.oai-hss/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtcore4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1555 kB] unit-mysql-0: 16:18:10 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-oai-hss-0: 16:18:10 DEBUG unit.oai-hss/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-xml amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [95.0 kB] unit-mysql-0: 16:18:10 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-oai-hss-0: 16:18:10 DEBUG unit.oai-hss/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtdbus4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [180 kB] unit-mysql-0: 16:18:10 DEBUG unit.mysql/0.install Fetched 780 kB in 1s (705 kB/s) unit-oai-hss-0: 16:18:10 DEBUG unit.oai-hss/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-network amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [543 kB] unit-oai-hss-0: 16:18:10 DEBUG unit.oai-hss/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-script amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [776 kB] unit-oai-hss-0: 16:18:10 DEBUG unit.oai-hss/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-sql amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [97.4 kB] unit-oai-hss-0: 16:18:10 DEBUG unit.oai-hss/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-xmlpatterns amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1028 kB] unit-oai-hss-0: 16:18:10 DEBUG unit.oai-hss/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig amd64 2.11.0-0ubuntu4.2 [176 kB] unit-oai-hss-0: 16:18:10 DEBUG unit.oai-hss/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] unit-oai-hss-0: 16:18:10 DEBUG unit.oai-hss/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] unit-oai-hss-0: 16:18:11 DEBUG unit.oai-hss/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] unit-oai-hss-0: 16:18:11 DEBUG unit.oai-hss/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxi6 amd64 2:1.7.1.901-1ubuntu1.1 [27.9 kB] unit-oai-hss-0: 16:18:11 DEBUG unit.oai-hss/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxrender1 amd64 1:0.9.8-1build0.14.04.1 [17.9 kB] unit-oai-hss-0: 16:18:11 DEBUG unit.oai-hss/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtgui4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [4130 kB] unit-mysql-0: 16:18:11 DEBUG unit.mysql/0.install Selecting previously unselected package mysql-common. unit-mysql-0: 16:18:11 DEBUG unit.mysql/0.install (Reading database ... 57645 files and directories currently installed.) unit-mysql-0: 16:18:11 DEBUG unit.mysql/0.install Preparing to unpack .../mysql-common_5.5.60-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 16:18:11 DEBUG unit.mysql/0.install Unpacking mysql-common (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:18:11 DEBUG unit.oai-hss/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-declarative amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1076 kB] unit-oai-hss-0: 16:18:11 DEBUG unit.oai-hss/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-sql-mysql amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [30.3 kB] unit-oai-hss-0: 16:18:11 DEBUG unit.oai-hss/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] unit-mysql-0: 16:18:11 DEBUG unit.mysql/0.install Selecting previously unselected package libmysqlclient18:amd64. unit-mysql-0: 16:18:11 DEBUG unit.mysql/0.install Preparing to unpack .../libmysqlclient18_5.5.60-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 16:18:11 DEBUG unit.oai-hss/0.install Get:47 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: 16:18:11 DEBUG unit.mysql/0.install Unpacking libmysqlclient18:amd64 (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:18:11 DEBUG unit.oai-hss/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] unit-oai-hss-0: 16:18:12 DEBUG unit.oai-hss/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main autoconf all 2.69-6 [322 kB] unit-oai-hss-0: 16:18:12 DEBUG unit.oai-hss/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main autotools-dev all 20130810.1 [44.3 kB] unit-oai-hss-0: 16:18:12 DEBUG unit.oai-hss/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main automake all 1:1.14.1-2ubuntu1 [510 kB] unit-oai-hss-0: 16:18:12 DEBUG unit.oai-hss/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] unit-mysql-0: 16:18:12 DEBUG unit.mysql/0.install Selecting previously unselected package debconf-utils. unit-mysql-0: 16:18:12 DEBUG unit.mysql/0.install Preparing to unpack .../debconf-utils_1.5.51ubuntu2_all.deb ... unit-oai-hss-0: 16:18:12 DEBUG unit.oai-hss/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libbison-dev amd64 2:3.0.2.dfsg-2 [338 kB] unit-oai-hss-0: 16:18:12 DEBUG unit.oai-hss/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main bison amd64 2:3.0.2.dfsg-2 [257 kB] unit-mysql-0: 16:18:12 DEBUG unit.mysql/0.install Unpacking debconf-utils (1.5.51ubuntu2) ... unit-oai-hss-0: 16:18:12 DEBUG unit.oai-hss/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] unit-oai-hss-0: 16:18:12 DEBUG unit.oai-hss/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-145.194 [774 kB] unit-oai-hss-0: 16:18:12 DEBUG unit.oai-hss/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] unit-oai-hss-0: 16:18:12 DEBUG unit.oai-hss/0.install Get:58 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: 16:18:12 DEBUG unit.mysql/0.install Selecting previously unselected package libossp-uuid16. unit-mysql-0: 16:18:12 DEBUG unit.mysql/0.install Preparing to unpack .../libossp-uuid16_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 16:18:13 DEBUG unit.mysql/0.install Unpacking libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-oai-hss-0: 16:18:13 DEBUG unit.oai-hss/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] unit-oai-hss-0: 16:18:13 DEBUG unit.oai-hss/0.install Get:60 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-oai-hss-0: 16:18:13 DEBUG unit.oai-hss/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] unit-oai-hss-0: 16:18:13 DEBUG unit.oai-hss/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] unit-oai-hss-0: 16:18:13 DEBUG unit.oai-hss/0.install Get:63 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-oai-hss-0: 16:18:13 DEBUG unit.oai-hss/0.install 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] unit-mysql-0: 16:18:14 DEBUG unit.mysql/0.install Selecting previously unselected package pwgen. unit-mysql-0: 16:18:14 DEBUG unit.mysql/0.install Preparing to unpack .../pwgen_2.06-1ubuntu4_amd64.deb ... unit-oai-hss-0: 16:18:14 DEBUG unit.oai-hss/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] unit-mysql-0: 16:18:14 DEBUG unit.mysql/0.install Unpacking pwgen (2.06-1ubuntu4) ... unit-oai-hss-0: 16:18:14 DEBUG unit.oai-hss/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] unit-oai-hss-0: 16:18:14 DEBUG unit.oai-hss/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] unit-oai-hss-0: 16:18:14 DEBUG unit.oai-hss/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] unit-oai-hss-0: 16:18:14 DEBUG unit.oai-hss/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] unit-oai-hss-0: 16:18:14 DEBUG unit.oai-hss/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cmake-data all 2.8.12.2-0ubuntu3 [676 kB] unit-oai-hss-0: 16:18:14 DEBUG unit.oai-hss/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cmake amd64 2.8.12.2-0ubuntu3 [2618 kB] unit-mysql-0: 16:18:14 DEBUG unit.mysql/0.install Selecting previously unselected package python-mysqldb. unit-mysql-0: 16:18:14 DEBUG unit.mysql/0.install Preparing to unpack .../python-mysqldb_1.2.3-2ubuntu1_amd64.deb ... unit-mysql-0: 16:18:14 DEBUG unit.mysql/0.install Unpacking python-mysqldb (1.2.3-2ubuntu1) ... unit-oai-hss-0: 16:18:14 DEBUG unit.oai-hss/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe cmake-curses-gui amd64 2.8.12.2-0ubuntu3 [1241 kB] unit-oai-hss-0: 16:18:15 DEBUG unit.oai-hss/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main doxygen amd64 1.8.6-2 [2408 kB] unit-oai-hss-0: 16:18:15 DEBUG unit.oai-hss/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe doxygen-gui amd64 1.8.6-2 [279 kB] unit-oai-hss-0: 16:18:15 DEBUG unit.oai-hss/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] unit-oai-hss-0: 16:18:15 DEBUG unit.oai-hss/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] unit-oai-hss-0: 16:18:15 DEBUG unit.oai-hss/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gdb amd64 7.7.1-0ubuntu5~14.04.3 [2199 kB] unit-oai-hss-0: 16:18:15 DEBUG unit.oai-hss/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] unit-mysql-0: 16:18:15 DEBUG unit.mysql/0.install Selecting previously unselected package uuid. unit-mysql-0: 16:18:15 DEBUG unit.mysql/0.install Preparing to unpack .../uuid_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 16:18:15 DEBUG unit.mysql/0.install Unpacking uuid (1.6.2-1.3ubuntu1) ... unit-oai-hss-0: 16:18:15 DEBUG unit.oai-hss/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] unit-oai-hss-0: 16:18:15 DEBUG unit.oai-hss/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] unit-oai-hss-0: 16:18:15 DEBUG unit.oai-hss/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] unit-mysql-0: 16:18:15 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 16:18:15 DEBUG unit.oai-hss/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] unit-oai-hss-0: 16:18:15 DEBUG unit.oai-hss/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main pkg-config amd64 0.26-1ubuntu4 [40.9 kB] unit-oai-hss-0: 16:18:16 DEBUG unit.oai-hss/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dbg amd64 2.19-0ubuntu6.14 [3464 kB] unit-oai-hss-0: 16:18:16 DEBUG unit.oai-hss/0.install Extracting templates from packages: 35% Extracting templates from packages: 71% Extracting templates from packages: 100% unit-oai-hss-0: 16:18:16 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 16:18:16 DEBUG unit.oai-hss/0.install Fetched 68.3 MB in 9s (7203 kB/s) unit-oai-hss-0: 16:18:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package m4. unit-oai-hss-0: 16:18:17 DEBUG unit.oai-hss/0.install (Reading database ... 83595 files and directories currently installed.) unit-oai-hss-0: 16:18:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../m4_1.4.17-2ubuntu1_amd64.deb ... unit-oai-hss-0: 16:18:17 DEBUG unit.oai-hss/0.install Unpacking m4 (1.4.17-2ubuntu1) ... unit-oai-hss-0: 16:18:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfl-dev:amd64. unit-oai-hss-0: 16:18:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfl-dev_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 16:18:17 DEBUG unit.oai-hss/0.install Unpacking libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-mysql-0: 16:18:17 DEBUG unit.mysql/0.install Setting up mysql-common (5.5.60-0ubuntu0.14.04.1) ... unit-mysql-0: 16:18:17 DEBUG unit.mysql/0.install Setting up libmysqlclient18:amd64 (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:18:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package flex. unit-oai-hss-0: 16:18:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../flex_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 16:18:17 DEBUG unit.oai-hss/0.install Unpacking flex (2.5.35-10.1ubuntu2) ... unit-mysql-0: 16:18:18 DEBUG unit.mysql/0.install Setting up debconf-utils (1.5.51ubuntu2) ... unit-mysql-0: 16:18:18 DEBUG unit.mysql/0.install Setting up libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-oai-hss-0: 16:18:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package liblzo2-2:amd64. unit-oai-hss-0: 16:18:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../liblzo2-2_2.06-1.2ubuntu1.1_amd64.deb ... unit-oai-hss-0: 16:18:18 DEBUG unit.oai-hss/0.install Unpacking liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-mysql-0: 16:18:18 DEBUG unit.mysql/0.install Setting up pwgen (2.06-1ubuntu4) ... unit-mysql-0: 16:18:18 DEBUG unit.mysql/0.install Setting up python-mysqldb (1.2.3-2ubuntu1) ... unit-mysql-0: 16:18:19 DEBUG unit.mysql/0.install Setting up uuid (1.6.2-1.3ubuntu1) ... unit-mysql-0: 16:18:19 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 16:18:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libnettle4:amd64. unit-oai-hss-0: 16:18:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libnettle4_2.7.1-1ubuntu0.2_amd64.deb ... unit-oai-hss-0: 16:18:19 DEBUG unit.oai-hss/0.install Unpacking libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-mysql-0: 16:18:20 INFO juju.worker.uniter.operation ran "install" hook unit-mysql-0: 16:18:20 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-mysql-0: 16:18:20 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:18:20 DEBUG juju.worker.uniter.operation running operation accept leadership unit-mysql-0: 16:18:20 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-mysql-0: 16:18:20 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-mysql-0: 16:18:20 INFO juju.worker.uniter found queued "leader-elected" hook unit-mysql-0: 16:18:20 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-mysql-0: 16:18:20 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 16:18:20 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 16:18:20 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-hss-0: 16:18:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libarchive13:amd64. unit-oai-hss-0: 16:18:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libarchive13_3.1.2-7ubuntu2.4_amd64.deb ... unit-mysql-0: 16:18:20 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-mysql-0: 16:18:20 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-hss-0: 16:18:20 DEBUG unit.oai-hss/0.install Unpacking libarchive13:amd64 (3.1.2-7ubuntu2.4) ... unit-mysql-0: 16:18:21 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-mysql-0: 16:18:21 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-mysql-0: 16:18:21 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:18:21 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:18:21 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-mysql-0: 16:18:21 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 16:18:21 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 16:18:21 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-mysql-0: 16:18:21 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-mysql-0: 16:18:21 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-mysql-0: 16:18:21 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 16:18:21 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:18:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasan0:amd64. unit-oai-hss-0: 16:18:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 16:18:21 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 16:18:21 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-oai-hss-0: 16:18:21 DEBUG unit.oai-hss/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:18:21 DEBUG unit.mysql/0.config-changed Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 16:18:21 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 16:18:21 DEBUG unit.mysql/0.config-changed Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] unit-mysql-0: 16:18:21 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 16:18:21 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 16:18:21 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 16:18:22 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-mysql-0: 16:18:22 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-oai-hss-0: 16:18:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libatomic1:amd64. unit-oai-hss-0: 16:18:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:18:22 DEBUG unit.oai-hss/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:18:22 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-mysql-0: 16:18:22 DEBUG unit.mysql/0.config-changed Get:2 http://security.ubuntu.com trusty-security/main Sources [154 kB] unit-mysql-0: 16:18:22 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-mysql-0: 16:18:22 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-mysql-0: 16:18:22 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-mysql-0: 16:18:22 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-mysql-0: 16:18:22 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-oai-hss-0: 16:18:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-common. unit-oai-hss-0: 16:18:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-common_1%3a7.7+1ubuntu8.1_all.deb ... unit-mysql-0: 16:18:22 DEBUG unit.mysql/0.config-changed Get:3 http://security.ubuntu.com trusty-security/universe Sources [72.4 kB] unit-mysql-0: 16:18:22 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-mysql-0: 16:18:22 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-oai-hss-0: 16:18:22 DEBUG unit.oai-hss/0.install Unpacking x11-common (1:7.7+1ubuntu8.1) ... unit-mysql-0: 16:18:22 DEBUG unit.mysql/0.config-changed Get:4 http://security.ubuntu.com trusty-security/main amd64 Packages [728 kB] unit-mysql-0: 16:18:22 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-mysql-0: 16:18:22 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-oai-hss-0: 16:18:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libice6:amd64. unit-oai-hss-0: 16:18:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libice6_2%3a1.0.8-2_amd64.deb ... unit-mysql-0: 16:18:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-oai-hss-0: 16:18:23 DEBUG unit.oai-hss/0.install Unpacking libice6:amd64 (2:1.0.8-2) ... unit-mysql-0: 16:18:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 16:18:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-mysql-0: 16:18:23 DEBUG unit.mysql/0.config-changed Get:5 http://security.ubuntu.com trusty-security/universe amd64 Packages [225 kB] unit-mysql-0: 16:18:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-oai-hss-0: 16:18:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsm6:amd64. unit-oai-hss-0: 16:18:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsm6_2%3a1.2.1-2_amd64.deb ... unit-oai-hss-0: 16:18:23 DEBUG unit.oai-hss/0.install Unpacking libsm6:amd64 (2:1.2.1-2) ... unit-mysql-0: 16:18:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-mysql-0: 16:18:23 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 16:18:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-mysql-0: 16:18:23 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 16:18:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-mysql-0: 16:18:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-oai-hss-0: 16:18:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxt6:amd64. unit-oai-hss-0: 16:18:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxt6_1%3a1.1.4-1_amd64.deb ... unit-mysql-0: 16:18:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-oai-hss-0: 16:18:23 DEBUG unit.oai-hss/0.install Unpacking libxt6:amd64 (1:1.1.4-1) ... unit-mysql-0: 16:18:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-mysql-0: 16:18:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-oai-hss-0: 16:18:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaudio2:amd64. unit-mysql-0: 16:18:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-oai-hss-0: 16:18:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaudio2_1.9.4-1_amd64.deb ... unit-oai-hss-0: 16:18:24 DEBUG unit.oai-hss/0.install Unpacking libaudio2:amd64 (1.9.4-1) ... unit-mysql-0: 16:18:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-mysql-0: 16:18:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 16:18:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 16:18:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-mysql-0: 16:18:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-oai-hss-0: 16:18:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-oai-hss-0: 16:18:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 16:18:24 DEBUG unit.oai-hss/0.install Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-mysql-0: 16:18:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 16:18:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 16:18:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 16:18:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 16:18:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-mysql-0: 16:18:25 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 16:18:25 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-mysql-0: 16:18:25 DEBUG unit.mysql/0.config-changed Fetched 1246 kB in 3s (316 kB/s) unit-oai-hss-0: 16:18:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common3:amd64. unit-oai-hss-0: 16:18:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 16:18:25 DEBUG unit.oai-hss/0.install Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 16:18:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-client3:amd64. unit-oai-hss-0: 16:18:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 16:18:26 DEBUG unit.oai-hss/0.install Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 16:18:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp10:amd64. unit-oai-hss-0: 16:18:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 16:18:26 DEBUG unit.oai-hss/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-mysql-0: 16:18:26 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 16:18:26 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 16:18:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 16:18:27 INFO unit.mysql/0.juju-log Installing mysql-server with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 16:18:27 DEBUG unit.mysql/0.config-changed Reading package lists... unit-oai-hss-0: 16:18:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libisl10:amd64. unit-oai-hss-0: 16:18:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-mysql-0: 16:18:27 DEBUG unit.mysql/0.config-changed Building dependency tree... unit-mysql-0: 16:18:27 DEBUG unit.mysql/0.config-changed Reading state information... unit-oai-hss-0: 16:18:27 DEBUG unit.oai-hss/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-mysql-0: 16:18:27 DEBUG unit.mysql/0.config-changed The following extra packages will be installed: unit-mysql-0: 16:18:27 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 16:18:27 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server-5.5 unit-mysql-0: 16:18:27 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-mysql-0: 16:18:27 DEBUG unit.mysql/0.config-changed Suggested packages: unit-mysql-0: 16:18:27 DEBUG unit.mysql/0.config-changed libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-mysql-0: 16:18:27 DEBUG unit.mysql/0.config-changed libsql-statement-perl libipc-sharedcache-perl tinyca mailx unit-mysql-0: 16:18:27 DEBUG unit.mysql/0.config-changed The following NEW packages will be installed: unit-mysql-0: 16:18:27 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 16:18:27 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server mysql-server-5.5 unit-mysql-0: 16:18:27 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-mysql-0: 16:18:28 DEBUG unit.mysql/0.config-changed 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 16:18:28 DEBUG unit.mysql/0.config-changed Need to get 8641 kB of archives. unit-mysql-0: 16:18:28 DEBUG unit.mysql/0.config-changed After this operation, 93.5 MB of additional disk space will be used. unit-mysql-0: 16:18:28 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-oai-hss-0: 16:18:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-oai-hss-0: 16:18:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-oai-hss-0: 16:18:28 DEBUG unit.oai-hss/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 16:18:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcups2:amd64. unit-oai-hss-0: 16:18:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcups2_1.7.2-0ubuntu1.9_amd64.deb ... unit-oai-hss-0: 16:18:28 DEBUG unit.oai-hss/0.install Unpacking libcups2:amd64 (1.7.2-0ubuntu1.9) ... unit-oai-hss-0: 16:18:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package fonts-dejavu-core. unit-oai-hss-0: 16:18:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... unit-oai-hss-0: 16:18:28 DEBUG unit.oai-hss/0.install Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... unit-mysql-0: 16:18:29 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-mysql-0: 16:18:29 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-oai-hss-0: 16:18:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig-config. unit-oai-hss-0: 16:18:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... unit-oai-hss-0: 16:18:29 DEBUG unit.oai-hss/0.install Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... unit-mysql-0: 16:18:29 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.60-0ubuntu0.14.04.1 [707 kB] unit-mysql-0: 16:18:29 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.60-0ubuntu0.14.04.1 [1589 kB] unit-mysql-0: 16:18:29 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.60-0ubuntu0.14.04.1 [3283 kB] unit-oai-hss-0: 16:18:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontconfig1:amd64. unit-oai-hss-0: 16:18:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 16:18:30 DEBUG unit.oai-hss/0.install Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-mysql-0: 16:18:30 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.60-0ubuntu0.14.04.1 [1990 kB] unit-mysql-0: 16:18:30 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-mysql-0: 16:18:30 DEBUG unit.mysql/0.config-changed Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.60-0ubuntu0.14.04.1 [11.0 kB] unit-mysql-0: 16:18:30 DEBUG unit.mysql/0.config-changed Preconfiguring packages ... unit-oai-hss-0: 16:18:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgomp1:amd64. unit-oai-hss-0: 16:18:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:18:31 DEBUG unit.oai-hss/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:18:31 DEBUG unit.mysql/0.config-changed Fetched 8641 kB in 2s (3188 kB/s) unit-mysql-0: 16:18:31 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbi-perl. unit-mysql-0: 16:18:31 DEBUG unit.mysql/0.config-changed (Reading database ... 57739 files and directories currently installed.) unit-mysql-0: 16:18:31 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-hss-0: 16:18:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libitm1:amd64. unit-oai-hss-0: 16:18:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 16:18:31 DEBUG unit.mysql/0.config-changed Unpacking libdbi-perl (1.630-1) ... unit-oai-hss-0: 16:18:31 DEBUG unit.oai-hss/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:18:32 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbd-mysql-perl. unit-mysql-0: 16:18:32 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-mysql-0: 16:18:32 DEBUG unit.mysql/0.config-changed Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-hss-0: 16:18:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-oai-hss-0: 16:18:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2_amd64.deb ... unit-oai-hss-0: 16:18:32 DEBUG unit.oai-hss/0.install Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2) ... unit-mysql-0: 16:18:32 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libterm-readkey-perl. unit-mysql-0: 16:18:32 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-mysql-0: 16:18:32 DEBUG unit.mysql/0.config-changed Unpacking libterm-readkey-perl (2.31-1) ... unit-oai-hss-0: 16:18:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpfr4:amd64. unit-oai-hss-0: 16:18:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-mysql-0: 16:18:33 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-core-5.5. unit-mysql-0: 16:18:33 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-core-5.5_5.5.60-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 16:18:33 DEBUG unit.oai-hss/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-mysql-0: 16:18:33 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-core-5.5 (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:18:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython3.4:amd64. unit-oai-hss-0: 16:18:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ... unit-mysql-0: 16:18:33 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-5.5. unit-mysql-0: 16:18:33 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-5.5_5.5.60-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 16:18:33 DEBUG unit.oai-hss/0.install Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-mysql-0: 16:18:33 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-5.5 (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:18:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package qtcore4-l10n. unit-oai-hss-0: 16:18:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../qtcore4-l10n_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_all.deb ... unit-oai-hss-0: 16:18:34 DEBUG unit.oai-hss/0.install Unpacking qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-mysql-0: 16:18:34 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-core-5.5. unit-mysql-0: 16:18:34 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server-core-5.5_5.5.60-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 16:18:34 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-core-5.5 (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:18:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtcore4:amd64. unit-oai-hss-0: 16:18:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtcore4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:18:35 DEBUG unit.oai-hss/0.install Unpacking libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:18:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xml:amd64. unit-oai-hss-0: 16:18:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-xml_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:18:37 DEBUG unit.oai-hss/0.install Unpacking libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-mysql-0: 16:18:37 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-5.5. unit-mysql-0: 16:18:37 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server-5.5_5.5.60-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 16:18:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtdbus4:amd64. unit-oai-hss-0: 16:18:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:18:38 DEBUG unit.oai-hss/0.install Unpacking libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-mysql-0: 16:18:39 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-5.5 (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:18:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-network:amd64. unit-oai-hss-0: 16:18:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-network_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:18:39 DEBUG unit.oai-hss/0.install Unpacking libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-mysql-0: 16:18:39 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libhtml-template-perl. unit-mysql-0: 16:18:39 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-mysql-0: 16:18:39 DEBUG unit.mysql/0.config-changed Unpacking libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 16:18:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-script:amd64. unit-oai-hss-0: 16:18:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-script_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:18:40 DEBUG unit.oai-hss/0.install Unpacking libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-mysql-0: 16:18:40 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server. unit-mysql-0: 16:18:40 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server_5.5.60-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 16:18:40 DEBUG unit.mysql/0.config-changed Unpacking mysql-server (5.5.60-0ubuntu0.14.04.1) ... unit-mysql-0: 16:18:40 DEBUG unit.mysql/0.config-changed Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 16:18:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql:amd64. unit-oai-hss-0: 16:18:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-sql_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:18:40 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:18:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-oai-hss-0: 16:18:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-xmlpatterns_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:18:40 DEBUG unit.oai-hss/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:18:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig. unit-oai-hss-0: 16:18:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 16:18:42 DEBUG unit.oai-hss/0.install Unpacking fontconfig (2.11.0-0ubuntu4.2) ... unit-mysql-0: 16:18:42 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-mysql-0: 16:18:42 DEBUG unit.mysql/0.config-changed Setting up libdbi-perl (1.630-1) ... unit-mysql-0: 16:18:43 DEBUG unit.mysql/0.config-changed Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-hss-0: 16:18:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg8:amd64. unit-oai-hss-0: 16:18:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-oai-hss-0: 16:18:43 DEBUG unit.oai-hss/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-mysql-0: 16:18:43 DEBUG unit.mysql/0.config-changed Setting up libterm-readkey-perl (2.31-1) ... unit-mysql-0: 16:18:43 DEBUG unit.mysql/0.config-changed Setting up mysql-client-core-5.5 (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:18:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjbig0:amd64. unit-oai-hss-0: 16:18:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... unit-mysql-0: 16:18:43 DEBUG unit.mysql/0.config-changed Setting up mysql-client-5.5 (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:18:43 DEBUG unit.oai-hss/0.install Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-mysql-0: 16:18:43 DEBUG unit.mysql/0.config-changed Setting up mysql-server-core-5.5 (5.5.60-0ubuntu0.14.04.1) ... unit-mysql-0: 16:18:44 DEBUG unit.mysql/0.config-changed Setting up mysql-server-5.5 (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:18:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtiff5:amd64. unit-oai-hss-0: 16:18:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... unit-oai-hss-0: 16:18:44 DEBUG unit.oai-hss/0.install Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-oai-hss-0: 16:18:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxi6:amd64. unit-oai-hss-0: 16:18:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxi6_2%3a1.7.1.901-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 16:18:44 DEBUG unit.oai-hss/0.install Unpacking libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-oai-hss-0: 16:18:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrender1:amd64. unit-oai-hss-0: 16:18:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrender1_1%3a0.9.8-1build0.14.04.1_amd64.deb ... unit-oai-hss-0: 16:18:45 DEBUG unit.oai-hss/0.install Unpacking libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-oai-hss-0: 16:18:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtgui4:amd64. unit-oai-hss-0: 16:18:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtgui4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:18:45 DEBUG unit.oai-hss/0.install Unpacking libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:18:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-oai-hss-0: 16:18:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-declarative_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:18:47 DEBUG unit.oai-hss/0.install Unpacking libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:18:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-oai-hss-0: 16:18:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-sql-mysql_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 16:18:48 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:18:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libquadmath0:amd64. unit-oai-hss-0: 16:18:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:18:49 DEBUG unit.oai-hss/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:18:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtsan0:amd64. unit-oai-hss-0: 16:18:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:18:49 DEBUG unit.oai-hss/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:18:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpc3:amd64. unit-oai-hss-0: 16:18:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 16:18:50 DEBUG unit.oai-hss/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-mysql-0: 16:18:50 DEBUG unit.mysql/0.config-changed 180425 16:18:50 [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: 16:18:50 DEBUG unit.mysql/0.config-changed 180425 16:18:50 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-mysql-0: 16:18:50 DEBUG unit.mysql/0.config-changed 180425 16:18:50 [Note] /usr/sbin/mysqld (mysqld 5.5.60-0ubuntu0.14.04.1) starting as process 11436 ... unit-oai-hss-0: 16:18:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package autoconf. unit-oai-hss-0: 16:18:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../autoconf_2.69-6_all.deb ... unit-oai-hss-0: 16:18:50 DEBUG unit.oai-hss/0.install Unpacking autoconf (2.69-6) ... unit-oai-hss-0: 16:18:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package autotools-dev. unit-oai-hss-0: 16:18:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../autotools-dev_20130810.1_all.deb ... unit-oai-hss-0: 16:18:50 DEBUG unit.oai-hss/0.install Unpacking autotools-dev (20130810.1) ... unit-oai-hss-0: 16:18:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package automake. unit-oai-hss-0: 16:18:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../automake_1%3a1.14.1-2ubuntu1_all.deb ... unit-oai-hss-0: 16:18:51 DEBUG unit.oai-hss/0.install Unpacking automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 16:18:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package binutils. unit-oai-hss-0: 16:18:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-oai-hss-0: 16:18:52 DEBUG unit.oai-hss/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-oai-hss-0: 16:18:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libbison-dev:amd64. unit-oai-hss-0: 16:18:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libbison-dev_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 16:18:53 DEBUG unit.oai-hss/0.install Unpacking libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 16:18:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package bison. unit-oai-hss-0: 16:18:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../bison_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 16:18:53 DEBUG unit.oai-hss/0.install Unpacking bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 16:18:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc-dev-bin. unit-oai-hss-0: 16:18:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 16:18:54 DEBUG unit.oai-hss/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 16:18:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-oai-hss-0: 16:18:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-libc-dev_3.13.0-145.194_amd64.deb ... unit-oai-hss-0: 16:18:54 DEBUG unit.oai-hss/0.install Unpacking linux-libc-dev:amd64 (3.13.0-145.194) ... unit-oai-hss-0: 16:18:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dev:amd64. unit-oai-hss-0: 16:18:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 16:18:55 DEBUG unit.oai-hss/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 16:18:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp-4.8. unit-oai-hss-0: 16:18:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:18:56 DEBUG unit.oai-hss/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:18:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp. unit-oai-hss-0: 16:18:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 16:18:56 DEBUG unit.oai-hss/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 16:18:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-oai-hss-0: 16:18:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:18:57 DEBUG unit.oai-hss/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:18:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc-4.8. unit-oai-hss-0: 16:18:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:18:58 DEBUG unit.oai-hss/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:18:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc. unit-oai-hss-0: 16:18:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 16:18:59 DEBUG unit.oai-hss/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 16:18:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-oai-hss-0: 16:18:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:18:59 DEBUG unit.oai-hss/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:19:00 DEBUG unit.mysql/0.config-changed mysql start/running, process 11569 unit-oai-hss-0: 16:19:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++-4.8. unit-oai-hss-0: 16:19:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 16:19:00 DEBUG unit.oai-hss/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 16:19:01 DEBUG unit.mysql/0.config-changed Setting up libhtml-template-perl (2.95-1) ... unit-mysql-0: 16:19:01 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-mysql-0: 16:19:01 DEBUG unit.mysql/0.config-changed Setting up mysql-server (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:19:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++. unit-oai-hss-0: 16:19:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 16:19:02 DEBUG unit.oai-hss/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-mysql-0: 16:19:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 16:19:02 INFO unit.mysql/0.juju-log dataset size in bytes: 1677721600 unit-oai-hss-0: 16:19:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package make. unit-oai-hss-0: 16:19:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-oai-hss-0: 16:19:03 DEBUG unit.oai-hss/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 16:19:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdpkg-perl. unit-oai-hss-0: 16:19:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 16:19:04 DEBUG unit.oai-hss/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 16:19:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package dpkg-dev. unit-oai-hss-0: 16:19:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 16:19:04 DEBUG unit.oai-hss/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-oai-hss-0: 16:19:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package build-essential. unit-oai-hss-0: 16:19:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-oai-hss-0: 16:19:05 DEBUG unit.oai-hss/0.install Unpacking build-essential (11.6ubuntu6) ... unit-mysql-0: 16:19:05 DEBUG unit.mysql/0.config-changed mysql stop/waiting unit-oai-hss-0: 16:19:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-data. unit-oai-hss-0: 16:19:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-data_2.8.12.2-0ubuntu3_all.deb ... unit-oai-hss-0: 16:19:05 DEBUG unit.oai-hss/0.install Unpacking cmake-data (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 16:19:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake. unit-oai-hss-0: 16:19:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 16:19:06 DEBUG unit.oai-hss/0.install Unpacking cmake (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 16:19:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-curses-gui. unit-oai-hss-0: 16:19:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-curses-gui_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 16:19:07 DEBUG unit.oai-hss/0.install Unpacking cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-mysql-0: 16:19:07 DEBUG unit.mysql/0.config-changed mysql start/running, process 11691 unit-oai-hss-0: 16:19:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen. unit-oai-hss-0: 16:19:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen_1.8.6-2_amd64.deb ... unit-mysql-0: 16:19:07 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 16:19:07 INFO juju.worker.uniter.operation ran "config-changed" hook unit-mysql-0: 16:19:07 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-mysql-0: 16:19:07 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:19:07 INFO juju.worker.uniter found queued "start" hook unit-mysql-0: 16:19:07 DEBUG juju.worker.uniter.operation running operation run start hook unit-mysql-0: 16:19:07 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 16:19:07 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 16:19:07 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-hss-0: 16:19:08 DEBUG unit.oai-hss/0.install Unpacking doxygen (1.8.6-2) ... unit-mysql-0: 16:19:08 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-mysql-0: 16:19:08 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-hss-0: 16:19:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen-gui. unit-oai-hss-0: 16:19:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen-gui_1.8.6-2_amd64.deb ... unit-oai-hss-0: 16:19:09 DEBUG unit.oai-hss/0.install Unpacking doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 16:19:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfakeroot:amd64. unit-oai-hss-0: 16:19:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 16:19:09 DEBUG unit.oai-hss/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 16:19:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package fakeroot. unit-oai-hss-0: 16:19:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 16:19:10 DEBUG unit.oai-hss/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-oai-hss-0: 16:19:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package gdb. unit-oai-hss-0: 16:19:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... unit-oai-hss-0: 16:19:11 DEBUG unit.oai-hss/0.install Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 16:19:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-oai-hss-0: 16:19:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-oai-hss-0: 16:19:11 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 16:19:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-oai-hss-0: 16:19:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-oai-hss-0: 16:19:12 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-mysql-0: 16:19:12 DEBUG unit.mysql/0.start mysql stop/waiting unit-oai-hss-0: 16:19:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-oai-hss-0: 16:19:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-oai-hss-0: 16:19:12 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 16:19:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-oai-hss-0: 16:19:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-oai-hss-0: 16:19:12 DEBUG unit.oai-hss/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-oai-hss-0: 16:19:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package manpages-dev. unit-oai-hss-0: 16:19:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-oai-hss-0: 16:19:13 DEBUG unit.oai-hss/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-oai-hss-0: 16:19:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package pkg-config. unit-oai-hss-0: 16:19:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../pkg-config_0.26-1ubuntu4_amd64.deb ... unit-mysql-0: 16:19:14 DEBUG unit.mysql/0.start mysql start/running, process 11801 unit-mysql-0: 16:19:14 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-hss-0: 16:19:14 DEBUG unit.oai-hss/0.install Unpacking pkg-config (0.26-1ubuntu4) ... unit-mysql-0: 16:19:14 INFO juju.worker.uniter.operation ran "start" hook unit-mysql-0: 16:19:14 DEBUG juju.worker.uniter.operation unit mysql/0 has started but has not yet set status unit-oai-hss-0: 16:19:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dbg:amd64. unit-oai-hss-0: 16:19:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 16:19:14 DEBUG unit.oai-hss/0.install Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-mysql-0: 16:19:15 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-mysql-0: 16:19:15 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:19:15 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:19:15 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-mysql-0: 16:19:15 INFO juju.worker.uniter.relation joining relation "mysql:cluster" unit-mysql-0: 16:19:15 INFO juju.worker.uniter.relation joined relation "mysql:cluster" unit-mysql-0: 16:19:15 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-mysql-0: 16:19:15 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-mysql-0: 16:19:15 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 16:19:15 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 16:19:16 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[mysql/0:{0}] []}} unit-oai-hss-0: 16:19:19 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 16:19:20 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 16:19:20 DEBUG unit.oai-hss/0.install Setting up m4 (1.4.17-2ubuntu1) ... unit-oai-hss-0: 16:19:20 DEBUG unit.oai-hss/0.install Setting up libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 16:19:21 DEBUG unit.oai-hss/0.install Setting up flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 16:19:21 DEBUG unit.oai-hss/0.install Setting up liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 16:19:21 DEBUG unit.oai-hss/0.install Setting up libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-hss-0: 16:19:21 DEBUG unit.oai-hss/0.install Setting up libarchive13:amd64 (3.1.2-7ubuntu2.4) ... unit-oai-hss-0: 16:19:22 DEBUG unit.oai-hss/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:19:22 DEBUG unit.oai-hss/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:19:22 DEBUG unit.oai-hss/0.install Setting up x11-common (1:7.7+1ubuntu8.1) ... unit-oai-hss-0: 16:19:24 DEBUG unit.oai-hss/0.install * Setting up X socket directories... unit-oai-hss-0: 16:19:24 DEBUG unit.oai-hss/0.install ...done. unit-oai-hss-0: 16:19:24 DEBUG unit.oai-hss/0.install Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 16:19:24 DEBUG unit.oai-hss/0.install Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 16:19:25 DEBUG unit.oai-hss/0.install Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 16:19:25 DEBUG unit.oai-hss/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 16:19:25 DEBUG unit.oai-hss/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-oai-hss-0: 16:19:26 DEBUG unit.oai-hss/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 16:19:26 DEBUG unit.oai-hss/0.install Setting up libcups2:amd64 (1.7.2-0ubuntu1.9) ... unit-oai-hss-0: 16:19:26 DEBUG unit.oai-hss/0.install Setting up fonts-dejavu-core (2.34-1ubuntu1) ... unit-oai-hss-0: 16:19:27 DEBUG unit.oai-hss/0.install Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 16:19:29 DEBUG unit.oai-hss/0.install Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 16:19:29 DEBUG unit.oai-hss/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:19:29 DEBUG unit.oai-hss/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:19:30 DEBUG unit.oai-hss/0.install Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2) ... unit-oai-hss-0: 16:19:30 DEBUG unit.oai-hss/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-oai-hss-0: 16:19:30 DEBUG unit.oai-hss/0.install Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-oai-hss-0: 16:19:30 DEBUG unit.oai-hss/0.install Setting up qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:19:31 DEBUG unit.oai-hss/0.install Setting up libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:19:31 DEBUG unit.oai-hss/0.install Setting up libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:19:31 DEBUG unit.oai-hss/0.install Setting up libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:19:31 DEBUG unit.oai-hss/0.install Setting up libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:19:31 DEBUG unit.oai-hss/0.install Setting up libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:19:32 DEBUG unit.oai-hss/0.install Setting up libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:19:32 DEBUG unit.oai-hss/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:19:32 DEBUG unit.oai-hss/0.install Setting up fontconfig (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 16:19:34 DEBUG unit.oai-hss/0.install Regenerating fonts cache... done. unit-oai-hss-0: 16:19:34 DEBUG unit.oai-hss/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 16:19:35 DEBUG unit.oai-hss/0.install Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 16:19:35 DEBUG unit.oai-hss/0.install Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-oai-hss-0: 16:19:35 DEBUG unit.oai-hss/0.install Setting up libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-oai-hss-0: 16:19:35 DEBUG unit.oai-hss/0.install Setting up libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-oai-hss-0: 16:19:36 DEBUG unit.oai-hss/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:19:36 DEBUG unit.oai-hss/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:19:36 DEBUG unit.oai-hss/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:19:36 DEBUG unit.oai-hss/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 16:19:37 DEBUG unit.oai-hss/0.install Setting up autoconf (2.69-6) ... unit-oai-hss-0: 16:19:37 DEBUG unit.oai-hss/0.install Setting up autotools-dev (20130810.1) ... unit-oai-hss-0: 16:19:38 DEBUG unit.oai-hss/0.install Setting up automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 16:19:38 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/automake-1.14 to provide /usr/bin/automake (automake) in auto mode unit-oai-hss-0: 16:19:38 DEBUG unit.oai-hss/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-oai-hss-0: 16:19:38 DEBUG unit.oai-hss/0.install Setting up libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 16:19:38 DEBUG unit.oai-hss/0.install Setting up bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 16:19:39 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode unit-oai-hss-0: 16:19:39 DEBUG unit.oai-hss/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 16:19:39 DEBUG unit.oai-hss/0.install Setting up linux-libc-dev:amd64 (3.13.0-145.194) ... unit-oai-hss-0: 16:19:39 DEBUG unit.oai-hss/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 16:19:39 DEBUG unit.oai-hss/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:19:39 DEBUG unit.oai-hss/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 16:19:39 DEBUG unit.oai-hss/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:19:39 DEBUG unit.oai-hss/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:19:40 DEBUG unit.oai-hss/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 16:19:40 DEBUG unit.oai-hss/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:19:40 DEBUG unit.oai-hss/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 16:19:40 DEBUG unit.oai-hss/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 16:19:41 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-oai-hss-0: 16:19:41 DEBUG unit.oai-hss/0.install Setting up make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 16:19:41 DEBUG unit.oai-hss/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 16:19:41 DEBUG unit.oai-hss/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-oai-hss-0: 16:19:42 DEBUG unit.oai-hss/0.install Setting up build-essential (11.6ubuntu6) ... unit-oai-hss-0: 16:19:42 DEBUG unit.oai-hss/0.install Setting up cmake-data (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 16:19:42 DEBUG unit.oai-hss/0.install Setting up cmake (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 16:19:42 DEBUG unit.oai-hss/0.install Setting up cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 16:19:42 DEBUG unit.oai-hss/0.install Setting up doxygen (1.8.6-2) ... unit-oai-hss-0: 16:19:42 DEBUG unit.oai-hss/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 16:19:43 DEBUG unit.oai-hss/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-oai-hss-0: 16:19:43 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-oai-hss-0: 16:19:43 DEBUG unit.oai-hss/0.install Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 16:19:44 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 16:19:44 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 16:19:44 DEBUG unit.oai-hss/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 16:19:44 DEBUG unit.oai-hss/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-oai-hss-0: 16:19:44 DEBUG unit.oai-hss/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-oai-hss-0: 16:19:44 DEBUG unit.oai-hss/0.install Setting up pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 16:19:44 DEBUG unit.oai-hss/0.install Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 16:19:45 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 16:19:45 DEBUG unit.oai-hss/0.install Setting up libice6:amd64 (2:1.0.8-2) ... unit-oai-hss-0: 16:19:45 DEBUG unit.oai-hss/0.install Setting up libsm6:amd64 (2:1.2.1-2) ... unit-oai-hss-0: 16:19:46 DEBUG unit.oai-hss/0.install Setting up libxt6:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 16:19:46 DEBUG unit.oai-hss/0.install Setting up libaudio2:amd64 (1.9.4-1) ... unit-oai-hss-0: 16:19:46 DEBUG unit.oai-hss/0.install Setting up libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:19:46 DEBUG unit.oai-hss/0.install Setting up libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 16:19:47 DEBUG unit.oai-hss/0.install Setting up doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 16:19:47 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 16:19:47 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:19:48 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:19:48 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:19:48 DEBUG unit.oai-hss/0.install git is already the newest version. unit-oai-hss-0: 16:19:48 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 16:19:48 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 unit-oai-hss-0: 16:19:48 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 16:19:48 DEBUG unit.oai-hss/0.install subversion-tools db5.3-util unit-oai-hss-0: 16:19:48 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:19:48 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 subversion unit-oai-hss-0: 16:19:48 DEBUG unit.oai-hss/0.install 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:19:48 DEBUG unit.oai-hss/0.install Need to get 1402 kB of archives. unit-oai-hss-0: 16:19:48 DEBUG unit.oai-hss/0.install After this operation, 5231 kB of additional disk space will be used. unit-oai-hss-0: 16:19:48 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libapr1 amd64 1.5.0-1 [85.1 kB] unit-oai-hss-0: 16:19:49 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaprutil1 amd64 1.5.3-1 [76.4 kB] unit-oai-hss-0: 16:19:49 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libserf-1-1 amd64 1.3.3-1ubuntu0.1 [42.2 kB] unit-oai-hss-0: 16:19:49 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsvn1 amd64 1.8.8-1ubuntu3.3 [918 kB] unit-oai-hss-0: 16:19:50 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main subversion amd64 1.8.8-1ubuntu3.3 [281 kB] unit-oai-hss-0: 16:19:50 DEBUG unit.oai-hss/0.install Fetched 1402 kB in 2s (674 kB/s) unit-oai-hss-0: 16:19:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libapr1:amd64. unit-oai-hss-0: 16:19:51 DEBUG unit.oai-hss/0.install (Reading database ... 90324 files and directories currently installed.) unit-oai-hss-0: 16:19:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libapr1_1.5.0-1_amd64.deb ... unit-oai-hss-0: 16:19:51 DEBUG unit.oai-hss/0.install Unpacking libapr1:amd64 (1.5.0-1) ... unit-oai-hss-0: 16:19:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaprutil1:amd64. unit-oai-hss-0: 16:19:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaprutil1_1.5.3-1_amd64.deb ... unit-oai-hss-0: 16:19:52 DEBUG unit.oai-hss/0.install Unpacking libaprutil1:amd64 (1.5.3-1) ... unit-oai-hss-0: 16:19:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libserf-1-1:amd64. unit-oai-hss-0: 16:19:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libserf-1-1_1.3.3-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 16:19:52 DEBUG unit.oai-hss/0.install Unpacking libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 16:19:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsvn1:amd64. unit-oai-hss-0: 16:19:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsvn1_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 16:19:53 DEBUG unit.oai-hss/0.install Unpacking libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 16:19:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package subversion. unit-oai-hss-0: 16:19:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../subversion_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 16:19:53 DEBUG unit.oai-hss/0.install Unpacking subversion (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 16:19:53 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 16:19:54 DEBUG unit.oai-hss/0.install Setting up libapr1:amd64 (1.5.0-1) ... unit-oai-hss-0: 16:19:55 DEBUG unit.oai-hss/0.install Setting up libaprutil1:amd64 (1.5.3-1) ... unit-oai-hss-0: 16:19:55 DEBUG unit.oai-hss/0.install Setting up libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 16:19:55 DEBUG unit.oai-hss/0.install Setting up libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 16:19:56 DEBUG unit.oai-hss/0.install Setting up subversion (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 16:19:56 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 16:19:56 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:19:57 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:19:57 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:19:57 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 16:19:57 DEBUG unit.oai-hss/0.install openssl is already the newest version. unit-oai-hss-0: 16:19:57 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 16:19:57 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig9 libgpg-error-dev unit-oai-hss-0: 16:19:57 DEBUG unit.oai-hss/0.install libhtml-template-perl libidn2-0 libltdl-dev libltdl7 libssl-doc lksctp-tools unit-oai-hss-0: 16:19:57 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 16:19:57 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 16:19:57 DEBUG unit.oai-hss/0.install libgcrypt11-doc libipc-sharedcache-perl libtool-doc gfortran unit-oai-hss-0: 16:19:57 DEBUG unit.oai-hss/0.install fortran95-compiler gcj-jdk tinyca mailx unit-oai-hss-0: 16:19:57 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:19:57 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig8-dev libconfig9 libgcrypt11-dev unit-oai-hss-0: 16:19:57 DEBUG unit.oai-hss/0.install libgpg-error-dev libhtml-template-perl libidn11-dev libidn2-0 libidn2-0-dev unit-oai-hss-0: 16:19:57 DEBUG unit.oai-hss/0.install libltdl-dev libltdl7 libmysqlclient-dev libpthread-stubs0-dev libsctp-dev unit-oai-hss-0: 16:19:57 DEBUG unit.oai-hss/0.install libsctp1 libssl-dev libssl-doc libtool lksctp-tools mysql-server unit-oai-hss-0: 16:19:57 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 16:19:57 DEBUG unit.oai-hss/0.install 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:19:57 DEBUG unit.oai-hss/0.install Need to get 10.5 MB of archives. unit-oai-hss-0: 16:19:57 DEBUG unit.oai-hss/0.install After this operation, 74.4 MB of additional disk space will be used. unit-oai-hss-0: 16:19:57 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig9 amd64 1.4.9-2 [21.7 kB] unit-oai-hss-0: 16:19:57 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libltdl7 amd64 2.4.2-1.7ubuntu1 [35.0 kB] unit-oai-hss-0: 16:19:58 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] unit-oai-hss-0: 16:19:58 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.60-0ubuntu0.14.04.1 [3283 kB] unit-oai-hss-0: 16:19:59 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.60-0ubuntu0.14.04.1 [1990 kB] unit-oai-hss-0: 16:19:59 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libidn2-0 amd64 0.9-1 [81.8 kB] unit-oai-hss-0: 16:19:59 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-dev amd64 1.4.9-2 [85.1 kB] unit-oai-hss-0: 16:19:59 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-doc all 1.4.9-2 [300 kB] unit-oai-hss-0: 16:19:59 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig8-dev amd64 1.4.9-2 [1766 B] unit-oai-hss-0: 16:20:00 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgpg-error-dev amd64 1.12-0.2ubuntu1 [20.1 kB] unit-oai-hss-0: 16:20:00 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcrypt11-dev amd64 1.5.3-2ubuntu4.5 [274 kB] unit-oai-hss-0: 16:20:00 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] unit-oai-hss-0: 16:20:00 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libidn11-dev amd64 1.28-1ubuntu2.2 [519 kB] unit-oai-hss-0: 16:20:00 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libltdl-dev amd64 2.4.2-1.7ubuntu1 [157 kB] unit-oai-hss-0: 16:20:00 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main zlib1g-dev amd64 1:1.2.8.dfsg-1ubuntu1 [183 kB] unit-oai-hss-0: 16:20:00 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient-dev amd64 5.5.60-0ubuntu0.14.04.1 [865 kB] unit-oai-hss-0: 16:20:01 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libpthread-stubs0-dev amd64 0.3-4 [4068 B] unit-oai-hss-0: 16:20:01 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp-dev amd64 1.0.15+dfsg-1 [64.4 kB] unit-oai-hss-0: 16:20:01 DEBUG unit.oai-hss/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-dev amd64 1.0.1f-1ubuntu2.25 [1072 kB] unit-oai-hss-0: 16:20:01 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-doc all 1.0.1f-1ubuntu2.25 [971 kB] unit-oai-hss-0: 16:20:01 DEBUG unit.oai-hss/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtool amd64 2.4.2-1.7ubuntu1 [188 kB] unit-oai-hss-0: 16:20:01 DEBUG unit.oai-hss/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] unit-oai-hss-0: 16:20:02 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.60-0ubuntu0.14.04.1 [11.0 kB] unit-oai-hss-0: 16:20:02 DEBUG unit.oai-hss/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libidn2-0-dev amd64 0.9-1 [292 kB] unit-oai-hss-0: 16:20:02 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 16:20:02 DEBUG unit.oai-hss/0.install Fetched 10.5 MB in 5s (2031 kB/s) unit-oai-hss-0: 16:20:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig9:amd64. unit-oai-hss-0: 16:20:03 DEBUG unit.oai-hss/0.install (Reading database ... 90435 files and directories currently installed.) unit-oai-hss-0: 16:20:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig9_1.4.9-2_amd64.deb ... unit-oai-hss-0: 16:20:03 DEBUG unit.oai-hss/0.install Unpacking libconfig9:amd64 (1.4.9-2) ... unit-oai-hss-0: 16:20:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl7:amd64. unit-oai-hss-0: 16:20:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl7_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 16:20:03 DEBUG unit.oai-hss/0.install Unpacking libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 16:20:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp1:amd64. unit-oai-hss-0: 16:20:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 16:20:03 DEBUG unit.oai-hss/0.install Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 16:20:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-core-5.5. unit-oai-hss-0: 16:20:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-core-5.5_5.5.60-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 16:20:04 DEBUG unit.oai-hss/0.install Unpacking mysql-server-core-5.5 (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:20:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-5.5. unit-oai-hss-0: 16:20:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-5.5_5.5.60-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 16:20:06 DEBUG unit.oai-hss/0.install Unpacking mysql-server-5.5 (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:20:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0:amd64. unit-oai-hss-0: 16:20:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0_0.9-1_amd64.deb ... unit-oai-hss-0: 16:20:08 DEBUG unit.oai-hss/0.install Unpacking libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 16:20:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-dev:amd64. unit-oai-hss-0: 16:20:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 16:20:09 DEBUG unit.oai-hss/0.install Unpacking libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 16:20:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-doc. unit-oai-hss-0: 16:20:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-doc_1.4.9-2_all.deb ... unit-oai-hss-0: 16:20:09 DEBUG unit.oai-hss/0.install Unpacking libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 16:20:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig8-dev. unit-oai-hss-0: 16:20:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig8-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 16:20:09 DEBUG unit.oai-hss/0.install Unpacking libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 16:20:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgpg-error-dev. unit-oai-hss-0: 16:20:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgpg-error-dev_1.12-0.2ubuntu1_amd64.deb ... unit-oai-hss-0: 16:20:10 DEBUG unit.oai-hss/0.install Unpacking libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 16:20:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcrypt11-dev. unit-oai-hss-0: 16:20:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcrypt11-dev_1.5.3-2ubuntu4.5_amd64.deb ... unit-oai-hss-0: 16:20:10 DEBUG unit.oai-hss/0.install Unpacking libgcrypt11-dev (1.5.3-2ubuntu4.5) ... unit-oai-hss-0: 16:20:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libhtml-template-perl. unit-oai-hss-0: 16:20:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-oai-hss-0: 16:20:11 DEBUG unit.oai-hss/0.install Unpacking libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 16:20:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn11-dev. unit-oai-hss-0: 16:20:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn11-dev_1.28-1ubuntu2.2_amd64.deb ... unit-oai-hss-0: 16:20:11 DEBUG unit.oai-hss/0.install Unpacking libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 16:20:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl-dev:amd64. unit-oai-hss-0: 16:20:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl-dev_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 16:20:12 DEBUG unit.oai-hss/0.install Unpacking libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 16:20:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-oai-hss-0: 16:20:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 16:20:12 DEBUG unit.oai-hss/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1) ... unit-oai-hss-0: 16:20:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmysqlclient-dev. unit-oai-hss-0: 16:20:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient-dev_5.5.60-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 16:20:12 DEBUG unit.oai-hss/0.install Unpacking libmysqlclient-dev (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:20:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-oai-hss-0: 16:20:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-oai-hss-0: 16:20:13 DEBUG unit.oai-hss/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 16:20:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp-dev. unit-oai-hss-0: 16:20:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp-dev_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 16:20:14 DEBUG unit.oai-hss/0.install Unpacking libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 16:20:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-dev:amd64. unit-oai-hss-0: 16:20:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.25_amd64.deb ... unit-oai-hss-0: 16:20:14 DEBUG unit.oai-hss/0.install Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.25) ... unit-oai-hss-0: 16:20:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-doc. unit-oai-hss-0: 16:20:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.25_all.deb ... unit-oai-hss-0: 16:20:14 DEBUG unit.oai-hss/0.install Unpacking libssl-doc (1.0.1f-1ubuntu2.25) ... unit-oai-hss-0: 16:20:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtool. unit-oai-hss-0: 16:20:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtool_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 16:20:15 DEBUG unit.oai-hss/0.install Unpacking libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 16:20:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package lksctp-tools. unit-oai-hss-0: 16:20:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 16:20:15 DEBUG unit.oai-hss/0.install Unpacking lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 16:20:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server. unit-oai-hss-0: 16:20:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server_5.5.60-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 16:20:16 DEBUG unit.oai-hss/0.install Unpacking mysql-server (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:20:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0-dev. unit-oai-hss-0: 16:20:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0-dev_0.9-1_amd64.deb ... unit-oai-hss-0: 16:20:17 DEBUG unit.oai-hss/0.install Unpacking libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 16:20:17 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 16:20:18 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 16:20:18 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 16:20:19 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 16:20:19 DEBUG unit.oai-hss/0.install Setting up libconfig9:amd64 (1.4.9-2) ... unit-oai-hss-0: 16:20:19 DEBUG unit.oai-hss/0.install Setting up libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 16:20:20 DEBUG unit.oai-hss/0.install Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 16:20:20 DEBUG unit.oai-hss/0.install Setting up mysql-server-core-5.5 (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:20:20 DEBUG unit.oai-hss/0.install Setting up mysql-server-5.5 (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:20:26 DEBUG unit.oai-hss/0.install 180425 16:20:26 [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-oai-hss-0: 16:20:26 DEBUG unit.oai-hss/0.install 180425 16:20:26 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-oai-hss-0: 16:20:26 DEBUG unit.oai-hss/0.install 180425 16:20:26 [Note] /usr/sbin/mysqld (mysqld 5.5.60-0ubuntu0.14.04.1) starting as process 11655 ... unit-oai-hss-0: 16:20:36 DEBUG unit.oai-hss/0.install mysql start/running, process 11788 unit-oai-hss-0: 16:20:36 DEBUG unit.oai-hss/0.install Setting up libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 16:20:37 DEBUG unit.oai-hss/0.install Setting up libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 16:20:37 DEBUG unit.oai-hss/0.install Setting up libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 16:20:37 DEBUG unit.oai-hss/0.install Setting up libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 16:20:38 DEBUG unit.oai-hss/0.install Setting up libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 16:20:38 DEBUG unit.oai-hss/0.install Setting up libgcrypt11-dev (1.5.3-2ubuntu4.5) ... unit-oai-hss-0: 16:20:39 DEBUG unit.oai-hss/0.install Setting up libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 16:20:39 DEBUG unit.oai-hss/0.install Setting up libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 16:20:39 DEBUG unit.oai-hss/0.install Setting up libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 16:20:39 DEBUG unit.oai-hss/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1) ... unit-oai-hss-0: 16:20:40 DEBUG unit.oai-hss/0.install Setting up libmysqlclient-dev (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:20:40 DEBUG unit.oai-hss/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 16:20:40 DEBUG unit.oai-hss/0.install Setting up libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 16:20:40 DEBUG unit.oai-hss/0.install Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.25) ... unit-oai-hss-0: 16:20:41 DEBUG unit.oai-hss/0.install Setting up libssl-doc (1.0.1f-1ubuntu2.25) ... unit-oai-hss-0: 16:20:41 DEBUG unit.oai-hss/0.install Setting up libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 16:20:41 DEBUG unit.oai-hss/0.install Setting up lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 16:20:42 DEBUG unit.oai-hss/0.install Setting up libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 16:20:42 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 16:20:42 DEBUG unit.oai-hss/0.install Setting up mysql-server (5.5.60-0ubuntu0.14.04.1) ... unit-oai-hss-0: 16:20:42 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 16:20:43 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:20:43 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:20:43 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:20:43 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 16:20:43 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 16:20:43 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 16:20:43 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 16:20:43 DEBUG unit.oai-hss/0.install libgmpxx4ldbl unit-oai-hss-0: 16:20:43 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 16:20:43 DEBUG unit.oai-hss/0.install libgmp10-doc libmpfr-dev unit-oai-hss-0: 16:20:43 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:20:43 DEBUG unit.oai-hss/0.install libgmp-dev libgmpxx4ldbl unit-oai-hss-0: 16:20:44 DEBUG unit.oai-hss/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:20:44 DEBUG unit.oai-hss/0.install Need to get 300 kB of archives. unit-oai-hss-0: 16:20:44 DEBUG unit.oai-hss/0.install After this operation, 1675 kB of additional disk space will be used. unit-oai-hss-0: 16:20:44 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmpxx4ldbl amd64 2:5.1.3+dfsg-1ubuntu1 [8736 B] unit-oai-hss-0: 16:20:44 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp-dev amd64 2:5.1.3+dfsg-1ubuntu1 [292 kB] unit-oai-hss-0: 16:20:44 DEBUG unit.oai-hss/0.install Fetched 300 kB in 0s (303 kB/s) unit-oai-hss-0: 16:20:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-oai-hss-0: 16:20:45 DEBUG unit.oai-hss/0.install (Reading database ... 92436 files and directories currently installed.) unit-oai-hss-0: 16:20:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 16:20:45 DEBUG unit.oai-hss/0.install Unpacking libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 16:20:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp-dev:amd64. unit-oai-hss-0: 16:20:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp-dev_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 16:20:45 DEBUG unit.oai-hss/0.install Unpacking libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 16:20:45 DEBUG unit.oai-hss/0.install Setting up libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 16:20:46 DEBUG unit.oai-hss/0.install Setting up libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 16:20:46 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 16:20:46 DEBUG unit.oai-hss/0.install Downloading nettle archive unit-oai-hss-0: 16:20:46 DEBUG unit.oai-hss/0.install --2018-04-25 16:20:46-- https://ftp.gnu.org/gnu/nettle/nettle-2.5.tar.gz unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install Resolving ftp.gnu.org (ftp.gnu.org)... 208.118.235.20, 2001:4830:134:3::b unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:443... connected. unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install Length: 1113274 (1.1M) [application/x-gzip] unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install Saving to: 'nettle-2.5.tar.gz' unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 310K 3s unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 9% 621K 2s unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 76.1M 2s unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 18% 633K 1s unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 42.8M 1s unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 27% 48.9M 1s unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 32% 93.9M 1s unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 36% 86.9M 1s unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 41% 642K 1s unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 45% 64.5M 0s unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 50% 55.8M 0s unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 55% 51.3M 0s unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 59% 80.2M 0s unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 64% 78.6M 0s unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 68% 29.6M 0s unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 73% 13.2M 0s unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 78% 695K 0s unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 82% 51.8M 0s unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 87% 44.4M 0s unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 91% 27.9M 0s unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 96% 45.5M 0s unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... ....... 100% 37.5M=0.5s unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install 2018-04-25 16:20:47 (2.17 MB/s) - 'nettle-2.5.tar.gz' saved [1113274/1113274] unit-oai-hss-0: 16:20:47 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for -R flag... using -Wl,-rpath, unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install Searching for libraries unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking /usr/lib... added unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking /usr/local/lib... added unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking /sw/local/lib... not found unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking /sw/lib... not found unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking /usr/gnu/lib... not found unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking /opt/gnu/lib... not found unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking /sw/gnu/lib... not found unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking /usr/freeware/lib... not found unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking /usr/pkg/lib... not found unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for nm... nm unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install configure: Compiler uses 64-bit ABI. To change, set CC. unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install configure: Libraries to be installed in ${exec_prefix}/lib. unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install configure: Looking for assembler files in x86_64/. unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking CCPIC... -fpic unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking if globals are prefixed by underscore... no unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking if we should use a .note.GNU-stack section... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for ELF-style .type,%function pseudo-ops... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for ELF-style .type,#function pseudo-ops... no unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking if .align assembly directive is logarithmic... no unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for m4... /usr/bin/m4 unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for an ANSI C-conforming const... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking whether time.h and sys/time.h may both be included... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking alignment of uint64_t... 8 unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h usability... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h presence... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for openssl/blowfish.h... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking openssl/des.h usability... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking openssl/des.h presence... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for openssl/des.h... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking openssl/cast.h usability... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking openssl/cast.h presence... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for openssl/cast.h... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking openssl/aes.h usability... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking openssl/aes.h presence... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for openssl/aes.h... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking malloc.h usability... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking malloc.h presence... yes unit-oai-hss-0: 16:20:48 DEBUG unit.oai-hss/0.install checking for malloc.h... yes unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install checking for memxor... no unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install checking for __attribute__... yes unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install checking for stdint types... stdint.h (shortcircuit) unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install make use of stdint.h in nettle-stdint.h (assuming C99 compatible system) unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install checking for fcntl file locking... yes unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install checking for __gmpz_getlimbn in -lgmp... yes unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install checking for __gmpz_powm_sec... yes unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install config.status: creating config.make unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install config.status: creating config.m4 unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install config.status: creating tools/Makefile unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install config.status: creating testsuite/Makefile unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install config.status: creating examples/Makefile unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install config.status: creating nettle.pc unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install config.status: creating hogweed.pc unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-encrypt-internal.asm to aes-encrypt-internal.asm unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-decrypt-internal.asm to aes-decrypt-internal.asm unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install config.status: linking x86_64/camellia-crypt-internal.asm to camellia-crypt-internal.asm unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install config.status: linking x86_64/memxor.asm to memxor.asm unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install config.status: linking x86_64/salsa20-crypt.asm to salsa20-crypt.asm unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-encrypt.asm to serpent-encrypt.asm unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-decrypt.asm to serpent-decrypt.asm unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install config.status: linking x86_64/sha1-compress.asm to sha1-compress.asm unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install config.status: linking x86_64/machine.m4 to machine.m4 unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install config.status: executing dummy-dep-files commands unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install config.status: executing nettle-stdint.h commands unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install config.status: creating nettle-stdint.h : __NETTLE_STDINT_H unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install Version: nettle 2.5 unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install Host type: x86_64-unknown-linux-gnu unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install ABI: 64 unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install Assembly files: x86_64 unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install Library directory: ${exec_prefix}/lib unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install Compiler: gcc unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install Shared libraries: yes unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install Public key crypto: yes unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install Compiling nettle unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install make all-here unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aesdata.o -MD -MP -MF aesdata.o.d -fpic -c aesdata.c \ unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs aesdata.o -lgmp -o aesdata unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT desdata.o -MD -MP -MF desdata.o.d -fpic -c desdata.c \ unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs desdata.o -lgmp -o desdata unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofishdata.o -MD -MP -MF twofishdata.o.d -fpic -c twofishdata.c \ unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs twofishdata.o -lgmp -o twofishdata unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT shadata.o -MD -MP -MF shadata.o.d -fpic -c shadata.c \ unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs shadata.o -lgmp -lm -o shadata unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcmdata.o -MD -MP -MF gcmdata.o.d -fpic -c gcmdata.c \ unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs gcmdata.o -lgmp -o gcmdata unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT getopt.o -MD -MP -MF getopt.o.d -fpic -c getopt.c \ unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT getopt1.o -MD -MP -MF getopt1.o.d -fpic -c getopt1.c \ unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-internal.o -MD -MP -MF nettle-internal.o.d -fpic -c nettle-internal.c \ unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt-internal.o -MD -MP -MF aes-decrypt-internal.o.d -fpic -c aes-decrypt-internal.s unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install echo "aes-decrypt-internal.o : aes-decrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-decrypt-internal.o.d unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt.o -MD -MP -MF aes-decrypt.o.d -fpic -c aes-decrypt.c \ unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-internal.o -MD -MP -MF aes-encrypt-internal.o.d -fpic -c aes-encrypt-internal.s unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install echo "aes-encrypt-internal.o : aes-encrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-encrypt-internal.o.d unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt.o -MD -MP -MF aes-encrypt.o.d -fpic -c aes-encrypt.c \ unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-table.o -MD -MP -MF aes-encrypt-table.o.d -fpic -c aes-encrypt-table.c \ unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-encrypt-key.o -MD -MP -MF aes-set-encrypt-key.o.d -fpic -c aes-set-encrypt-key.c \ unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-decrypt-key.o -MD -MP -MF aes-set-decrypt-key.o.d -fpic -c aes-set-decrypt-key.c \ unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-meta.o -MD -MP -MF aes-meta.o.d -fpic -c aes-meta.c \ unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour.o -MD -MP -MF arcfour.o.d -fpic -c arcfour.c \ unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-crypt.o -MD -MP -MF arcfour-crypt.o.d -fpic -c arcfour-crypt.c \ unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-meta.o -MD -MP -MF arcfour-meta.o.d -fpic -c arcfour-meta.c \ unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo.o -MD -MP -MF arctwo.o.d -fpic -c arctwo.c \ unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-meta.o -MD -MP -MF arctwo-meta.o.d -fpic -c arctwo-meta.c \ unit-oai-hss-0: 16:20:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-encode.o -MD -MP -MF base16-encode.o.d -fpic -c base16-encode.c \ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-decode.o -MD -MP -MF base16-decode.o.d -fpic -c base16-decode.c \ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-meta.o -MD -MP -MF base16-meta.o.d -fpic -c base16-meta.c \ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-encode.o -MD -MP -MF base64-encode.o.d -fpic -c base64-encode.c \ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-decode.o -MD -MP -MF base64-decode.o.d -fpic -c base64-decode.c \ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-meta.o -MD -MP -MF base64-meta.o.d -fpic -c base64-meta.c \ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt.o -MD -MP -MF camellia-crypt.o.d -fpic -c camellia-crypt.c \ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt-internal.o -MD -MP -MF camellia-crypt-internal.o.d -fpic -c camellia-crypt-internal.s unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install echo "camellia-crypt-internal.o : camellia-crypt-internal.asm ./asm.m4 machine.m4 config.m4" >camellia-crypt-internal.o.d unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-encrypt-key.o -MD -MP -MF camellia-set-encrypt-key.o.d -fpic -c camellia-set-encrypt-key.c \ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-decrypt-key.o -MD -MP -MF camellia-set-decrypt-key.o.d -fpic -c camellia-set-decrypt-key.c \ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-table.o -MD -MP -MF camellia-table.o.d -fpic -c camellia-table.c \ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-meta.o -MD -MP -MF camellia-meta.o.d -fpic -c camellia-meta.c \ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128.o -MD -MP -MF cast128.o.d -fpic -c cast128.c \ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install cast128.c:210:26: warning: 'z[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install cast128.c:202:2: warning: 'z[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install cast128.c:207:26: warning: 'z[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install cast128.c:204:26: warning: 'z[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-meta.o -MD -MP -MF cast128-meta.o.d -fpic -c cast128-meta.c \ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish.o -MD -MP -MF blowfish.o.d -fpic -c blowfish.c \ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc.o -MD -MP -MF cbc.o.d -fpic -c cbc.c \ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr.o -MD -MP -MF ctr.o.d -fpic -c ctr.c \ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm.o -MD -MP -MF gcm.o.d -fpic -c gcm.c \ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes.o -MD -MP -MF gcm-aes.o.d -fpic -c gcm-aes.c \ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des.o -MD -MP -MF des.o.d -fpic -c des.c \ unit-oai-hss-0: 16:20:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3.o -MD -MP -MF des3.o.d -fpic -c des3.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat.o -MD -MP -MF des-compat.o.d -fpic -c des-compat.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac.o -MD -MP -MF hmac.o.d -fpic -c hmac.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-md5.o -MD -MP -MF hmac-md5.o.d -fpic -c hmac-md5.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-ripemd160.o -MD -MP -MF hmac-ripemd160.o.d -fpic -c hmac-ripemd160.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha1.o -MD -MP -MF hmac-sha1.o.d -fpic -c hmac-sha1.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha224.o -MD -MP -MF hmac-sha224.o.d -fpic -c hmac-sha224.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha256.o -MD -MP -MF hmac-sha256.o.d -fpic -c hmac-sha256.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha384.o -MD -MP -MF hmac-sha384.o.d -fpic -c hmac-sha384.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha512.o -MD -MP -MF hmac-sha512.o.d -fpic -c hmac-sha512.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib.o -MD -MP -MF knuth-lfib.o.d -fpic -c knuth-lfib.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2.o -MD -MP -MF md2.o.d -fpic -c md2.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-meta.o -MD -MP -MF md2-meta.o.d -fpic -c md2-meta.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4.o -MD -MP -MF md4.o.d -fpic -c md4.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-meta.o -MD -MP -MF md4-meta.o.d -fpic -c md4-meta.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5.o -MD -MP -MF md5.o.d -fpic -c md5.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compress.o -MD -MP -MF md5-compress.o.d -fpic -c md5-compress.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat.o -MD -MP -MF md5-compat.o.d -fpic -c md5-compat.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-meta.o -MD -MP -MF md5-meta.o.d -fpic -c md5-meta.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160.o -MD -MP -MF ripemd160.o.d -fpic -c ripemd160.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-compress.o -MD -MP -MF ripemd160-compress.o.d -fpic -c ripemd160-compress.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-meta.o -MD -MP -MF ripemd160-meta.o.d -fpic -c ripemd160-meta.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-crypt.o -MD -MP -MF salsa20-crypt.o.d -fpic -c salsa20-crypt.s unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install echo "salsa20-crypt.o : salsa20-crypt.asm ./asm.m4 machine.m4 config.m4" >salsa20-crypt.o.d unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-set-key.o -MD -MP -MF salsa20-set-key.o.d -fpic -c salsa20-set-key.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1.o -MD -MP -MF sha1.o.d -fpic -c sha1.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-compress.o -MD -MP -MF sha1-compress.o.d -fpic -c sha1-compress.s unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install echo "sha1-compress.o : sha1-compress.asm ./asm.m4 machine.m4 config.m4" >sha1-compress.o.d unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-meta.o -MD -MP -MF sha1-meta.o.d -fpic -c sha1-meta.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256.o -MD -MP -MF sha256.o.d -fpic -c sha256.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-compress.o -MD -MP -MF sha256-compress.o.d -fpic -c sha256-compress.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-mysql-0: 16:20:51 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 16:20:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:20:51 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 16:20:51 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 16:20:51 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 16:20:51 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 16:20:51 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 16:20:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-meta.o -MD -MP -MF sha224-meta.o.d -fpic -c sha224-meta.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-meta.o -MD -MP -MF sha256-meta.o.d -fpic -c sha256-meta.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512.o -MD -MP -MF sha512.o.d -fpic -c sha512.c \ unit-oai-hss-0: 16:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-compress.o -MD -MP -MF sha512-compress.o.d -fpic -c sha512-compress.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-mysql-0: 16:20:52 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 16:20:52 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 16:20:52 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:20:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:20:52 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-meta.o -MD -MP -MF sha384-meta.o.d -fpic -c sha384-meta.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-meta.o -MD -MP -MF sha512-meta.o.d -fpic -c sha512-meta.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-set-key.o -MD -MP -MF serpent-set-key.o.d -fpic -c serpent-set-key.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-encrypt.o -MD -MP -MF serpent-encrypt.o.d -fpic -c serpent-encrypt.s unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install echo "serpent-encrypt.o : serpent-encrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-encrypt.o.d unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-decrypt.o -MD -MP -MF serpent-decrypt.o.d -fpic -c serpent-decrypt.s unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install echo "serpent-decrypt.o : serpent-decrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-decrypt.o.d unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-meta.o -MD -MP -MF serpent-meta.o.d -fpic -c serpent-meta.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish.o -MD -MP -MF twofish.o.d -fpic -c twofish.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-meta.o -MD -MP -MF twofish-meta.o.d -fpic -c twofish-meta.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow256.o -MD -MP -MF yarrow256.o.d -fpic -c yarrow256.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow_key_event.o -MD -MP -MF yarrow_key_event.o.d -fpic -c yarrow_key_event.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer.o -MD -MP -MF buffer.o.d -fpic -c buffer.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-init.o -MD -MP -MF buffer-init.o.d -fpic -c buffer-init.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT realloc.o -MD -MP -MF realloc.o.d -fpic -c realloc.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-hashes.o -MD -MP -MF nettle-meta-hashes.o.d -fpic -c nettle-meta-hashes.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-ciphers.o -MD -MP -MF nettle-meta-ciphers.o.d -fpic -c nettle-meta-ciphers.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-armors.o -MD -MP -MF nettle-meta-armors.o.d -fpic -c nettle-meta-armors.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-be32.o -MD -MP -MF write-be32.o.d -fpic -c write-be32.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-le32.o -MD -MP -MF write-le32.o.d -fpic -c write-le32.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor.o -MD -MP -MF memxor.o.d -fpic -c memxor.s unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install echo "memxor.o : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.o.d unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install rm -f libnettle.a unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install ar cru libnettle.a aes-decrypt-internal.o aes-decrypt.o aes-encrypt-internal.o aes-encrypt.o aes-encrypt-table.o aes-set-encrypt-key.o aes-set-decrypt-key.o aes-meta.o arcfour.o arcfour-crypt.o arcfour-meta.o arctwo.o arctwo-meta.o base16-encode.o base16-decode.o base16-meta.o base64-encode.o base64-decode.o base64-meta.o camellia-crypt.o camellia-crypt-internal.o camellia-set-encrypt-key.o camellia-set-decrypt-key.o camellia-table.o camellia-meta.o cast128.o cast128-meta.o blowfish.o cbc.o ctr.o gcm.o gcm-aes.o des.o des3.o des-compat.o hmac.o hmac-md5.o hmac-ripemd160.o hmac-sha1.o hmac-sha224.o hmac-sha256.o hmac-sha384.o hmac-sha512.o knuth-lfib.o md2.o md2-meta.o md4.o md4-meta.o md5.o md5-compress.o md5-compat.o md5-meta.o ripemd160.o ripemd160-compress.o ripemd160-meta.o salsa20-crypt.o salsa20-set-key.o sha1.o sha1-compress.o sha1-meta.o sha256.o sha256-compress.o sha224-meta.o sha256-meta.o sha512.o sha512-compress.o sha384-meta.o sha512-meta.o serpent-set-key.o serpent-encrypt.o serpent-decrypt.o serpent-meta.o twofish.o twofish-meta.o yarrow256.o yarrow_key_event.o buffer.o buffer-init.o realloc.o nettle-meta-hashes.o nettle-meta-ciphers.o nettle-meta-armors.o write-be32.o write-le32.o memxor.o unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install ranlib libnettle.a unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp.o -MD -MP -MF sexp.o.d -fpic -c sexp.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format.o -MD -MP -MF sexp-format.o.d -fpic -c sexp-format.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport.o -MD -MP -MF sexp-transport.o.d -fpic -c sexp-transport.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport-format.o -MD -MP -MF sexp-transport-format.o.d -fpic -c sexp-transport-format.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum.o -MD -MP -MF bignum.o.d -fpic -c bignum.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-next-prime.o -MD -MP -MF bignum-next-prime.o.d -fpic -c bignum-next-prime.c \ unit-oai-hss-0: 16:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random.o -MD -MP -MF bignum-random.o.d -fpic -c bignum-random.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random-prime.o -MD -MP -MF bignum-random-prime.o.d -fpic -c bignum-random-prime.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2bignum.o -MD -MP -MF sexp2bignum.o.d -fpic -c sexp2bignum.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1.o -MD -MP -MF pkcs1.o.d -fpic -c pkcs1.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-encrypt.o -MD -MP -MF pkcs1-encrypt.o.d -fpic -c pkcs1-encrypt.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-decrypt.o -MD -MP -MF pkcs1-decrypt.o.d -fpic -c pkcs1-decrypt.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-digest.o -MD -MP -MF pkcs1-rsa-digest.o.d -fpic -c pkcs1-rsa-digest.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-md5.o -MD -MP -MF pkcs1-rsa-md5.o.d -fpic -c pkcs1-rsa-md5.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha1.o -MD -MP -MF pkcs1-rsa-sha1.o.d -fpic -c pkcs1-rsa-sha1.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha256.o -MD -MP -MF pkcs1-rsa-sha256.o.d -fpic -c pkcs1-rsa-sha256.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha512.o -MD -MP -MF pkcs1-rsa-sha512.o.d -fpic -c pkcs1-rsa-sha512.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa.o -MD -MP -MF rsa.o.d -fpic -c rsa.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -fpic -c rsa-sign.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -fpic -c rsa-verify.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign.o -MD -MP -MF rsa-pkcs1-sign.o.d -fpic -c rsa-pkcs1-sign.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign-tr.o -MD -MP -MF rsa-pkcs1-sign-tr.o.d -fpic -c rsa-pkcs1-sign-tr.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-verify.o -MD -MP -MF rsa-pkcs1-verify.o.d -fpic -c rsa-pkcs1-verify.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-sign.o -MD -MP -MF rsa-md5-sign.o.d -fpic -c rsa-md5-sign.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-verify.o -MD -MP -MF rsa-md5-verify.o.d -fpic -c rsa-md5-verify.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-sign.o -MD -MP -MF rsa-sha1-sign.o.d -fpic -c rsa-sha1-sign.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-verify.o -MD -MP -MF rsa-sha1-verify.o.d -fpic -c rsa-sha1-verify.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-sign.o -MD -MP -MF rsa-sha256-sign.o.d -fpic -c rsa-sha256-sign.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-verify.o -MD -MP -MF rsa-sha256-verify.o.d -fpic -c rsa-sha256-verify.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-sign.o -MD -MP -MF rsa-sha512-sign.o.d -fpic -c rsa-sha512-sign.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-verify.o -MD -MP -MF rsa-sha512-verify.o.d -fpic -c rsa-sha512-verify.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -fpic -c rsa-encrypt.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -fpic -c rsa-decrypt.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt-tr.o -MD -MP -MF rsa-decrypt-tr.o.d -fpic -c rsa-decrypt-tr.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -fpic -c rsa-keygen.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-compat.o -MD -MP -MF rsa-compat.o.d -fpic -c rsa-compat.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-blind.o -MD -MP -MF rsa-blind.o.d -fpic -c rsa-blind.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp.o -MD -MP -MF rsa2sexp.o.d -fpic -c rsa2sexp.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa.o -MD -MP -MF sexp2rsa.o.d -fpic -c sexp2rsa.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa.o -MD -MP -MF dsa.o.d -fpic -c dsa.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sign.o -MD -MP -MF dsa-sign.o.d -fpic -c dsa-sign.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-verify.o -MD -MP -MF dsa-verify.o.d -fpic -c dsa-verify.c \ unit-oai-hss-0: 16:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen.o -MD -MP -MF dsa-keygen.o.d -fpic -c dsa-keygen.c \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-sign.o -MD -MP -MF dsa-sha1-sign.o.d -fpic -c dsa-sha1-sign.c \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-verify.o -MD -MP -MF dsa-sha1-verify.o.d -fpic -c dsa-sha1-verify.c \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-sign.o -MD -MP -MF dsa-sha256-sign.o.d -fpic -c dsa-sha256-sign.c \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-verify.o -MD -MP -MF dsa-sha256-verify.o.d -fpic -c dsa-sha256-verify.c \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa2sexp.o -MD -MP -MF dsa2sexp.o.d -fpic -c dsa2sexp.c \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2dsa.o -MD -MP -MF sexp2dsa.o.d -fpic -c sexp2dsa.c \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pgp-encode.o -MD -MP -MF pgp-encode.o.d -fpic -c pgp-encode.c \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2openpgp.o -MD -MP -MF rsa2openpgp.o.d -fpic -c rsa2openpgp.c \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der-iterator.o -MD -MP -MF der-iterator.o.d -fpic -c der-iterator.c \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2rsa.o -MD -MP -MF der2rsa.o.d -fpic -c der2rsa.c \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2dsa.o -MD -MP -MF der2dsa.o.d -fpic -c der2dsa.c \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install rm -f libhogweed.a unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install ar cru libhogweed.a sexp.o sexp-format.o sexp-transport.o sexp-transport-format.o bignum.o bignum-next-prime.o bignum-random.o bignum-random-prime.o sexp2bignum.o pkcs1.o pkcs1-encrypt.o pkcs1-decrypt.o pkcs1-rsa-digest.o pkcs1-rsa-md5.o pkcs1-rsa-sha1.o pkcs1-rsa-sha256.o pkcs1-rsa-sha512.o rsa.o rsa-sign.o rsa-verify.o rsa-pkcs1-sign.o rsa-pkcs1-sign-tr.o rsa-pkcs1-verify.o rsa-md5-sign.o rsa-md5-verify.o rsa-sha1-sign.o rsa-sha1-verify.o rsa-sha256-sign.o rsa-sha256-verify.o rsa-sha512-sign.o rsa-sha512-verify.o rsa-encrypt.o rsa-decrypt.o rsa-decrypt-tr.o rsa-keygen.o rsa-compat.o rsa-blind.o rsa2sexp.o sexp2rsa.o dsa.o dsa-sign.o dsa-verify.o dsa-keygen.o dsa-sha1-sign.o dsa-sha1-verify.o dsa-sha256-sign.o dsa-sha256-verify.o dsa2sexp.o sexp2dsa.o pgp-encode.o rsa2openpgp.o der-iterator.o der2rsa.o der2dsa.o unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install ranlib libhogweed.a unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt-internal.po -MD -MP -MF aes-decrypt-internal.po.d -fpic -c aes-decrypt-internal.s -o aes-decrypt-internal.po unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install echo "aes-decrypt-internal.po : aes-decrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-decrypt-internal.po.d unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt.po -MD -MP -MF aes-decrypt.po.d -fpic -c aes-decrypt.c -o aes-decrypt.po \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-internal.po -MD -MP -MF aes-encrypt-internal.po.d -fpic -c aes-encrypt-internal.s -o aes-encrypt-internal.po unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install echo "aes-encrypt-internal.po : aes-encrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-encrypt-internal.po.d unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt.po -MD -MP -MF aes-encrypt.po.d -fpic -c aes-encrypt.c -o aes-encrypt.po \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-table.po -MD -MP -MF aes-encrypt-table.po.d -fpic -c aes-encrypt-table.c -o aes-encrypt-table.po \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-encrypt-key.po -MD -MP -MF aes-set-encrypt-key.po.d -fpic -c aes-set-encrypt-key.c -o aes-set-encrypt-key.po \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-decrypt-key.po -MD -MP -MF aes-set-decrypt-key.po.d -fpic -c aes-set-decrypt-key.c -o aes-set-decrypt-key.po \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-meta.po -MD -MP -MF aes-meta.po.d -fpic -c aes-meta.c -o aes-meta.po \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour.po -MD -MP -MF arcfour.po.d -fpic -c arcfour.c -o arcfour.po \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-crypt.po -MD -MP -MF arcfour-crypt.po.d -fpic -c arcfour-crypt.c -o arcfour-crypt.po \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-meta.po -MD -MP -MF arcfour-meta.po.d -fpic -c arcfour-meta.c -o arcfour-meta.po \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo.po -MD -MP -MF arctwo.po.d -fpic -c arctwo.c -o arctwo.po \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-meta.po -MD -MP -MF arctwo-meta.po.d -fpic -c arctwo-meta.c -o arctwo-meta.po \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-encode.po -MD -MP -MF base16-encode.po.d -fpic -c base16-encode.c -o base16-encode.po \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-decode.po -MD -MP -MF base16-decode.po.d -fpic -c base16-decode.c -o base16-decode.po \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-meta.po -MD -MP -MF base16-meta.po.d -fpic -c base16-meta.c -o base16-meta.po \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-encode.po -MD -MP -MF base64-encode.po.d -fpic -c base64-encode.c -o base64-encode.po \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-decode.po -MD -MP -MF base64-decode.po.d -fpic -c base64-decode.c -o base64-decode.po \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-meta.po -MD -MP -MF base64-meta.po.d -fpic -c base64-meta.c -o base64-meta.po \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt.po -MD -MP -MF camellia-crypt.po.d -fpic -c camellia-crypt.c -o camellia-crypt.po \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt-internal.po -MD -MP -MF camellia-crypt-internal.po.d -fpic -c camellia-crypt-internal.s -o camellia-crypt-internal.po unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install echo "camellia-crypt-internal.po : camellia-crypt-internal.asm ./asm.m4 machine.m4 config.m4" >camellia-crypt-internal.po.d unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-encrypt-key.po -MD -MP -MF camellia-set-encrypt-key.po.d -fpic -c camellia-set-encrypt-key.c -o camellia-set-encrypt-key.po \ unit-oai-hss-0: 16:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-decrypt-key.po -MD -MP -MF camellia-set-decrypt-key.po.d -fpic -c camellia-set-decrypt-key.c -o camellia-set-decrypt-key.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-table.po -MD -MP -MF camellia-table.po.d -fpic -c camellia-table.c -o camellia-table.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-meta.po -MD -MP -MF camellia-meta.po.d -fpic -c camellia-meta.c -o camellia-meta.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128.po -MD -MP -MF cast128.po.d -fpic -c cast128.c -o cast128.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install cast128.c:210:26: warning: 'z[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install cast128.c:202:2: warning: 'z[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install cast128.c:207:26: warning: 'z[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install cast128.c:204:26: warning: 'z[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install cast128.c:166:12: warning: 't[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install cast128.c:48:30: warning: 't[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-meta.po -MD -MP -MF cast128-meta.po.d -fpic -c cast128-meta.c -o cast128-meta.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish.po -MD -MP -MF blowfish.po.d -fpic -c blowfish.c -o blowfish.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc.po -MD -MP -MF cbc.po.d -fpic -c cbc.c -o cbc.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr.po -MD -MP -MF ctr.po.d -fpic -c ctr.c -o ctr.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm.po -MD -MP -MF gcm.po.d -fpic -c gcm.c -o gcm.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes.po -MD -MP -MF gcm-aes.po.d -fpic -c gcm-aes.c -o gcm-aes.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des.po -MD -MP -MF des.po.d -fpic -c des.c -o des.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3.po -MD -MP -MF des3.po.d -fpic -c des3.c -o des3.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat.po -MD -MP -MF des-compat.po.d -fpic -c des-compat.c -o des-compat.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac.po -MD -MP -MF hmac.po.d -fpic -c hmac.c -o hmac.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-md5.po -MD -MP -MF hmac-md5.po.d -fpic -c hmac-md5.c -o hmac-md5.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-ripemd160.po -MD -MP -MF hmac-ripemd160.po.d -fpic -c hmac-ripemd160.c -o hmac-ripemd160.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha1.po -MD -MP -MF hmac-sha1.po.d -fpic -c hmac-sha1.c -o hmac-sha1.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha224.po -MD -MP -MF hmac-sha224.po.d -fpic -c hmac-sha224.c -o hmac-sha224.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha256.po -MD -MP -MF hmac-sha256.po.d -fpic -c hmac-sha256.c -o hmac-sha256.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha384.po -MD -MP -MF hmac-sha384.po.d -fpic -c hmac-sha384.c -o hmac-sha384.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha512.po -MD -MP -MF hmac-sha512.po.d -fpic -c hmac-sha512.c -o hmac-sha512.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib.po -MD -MP -MF knuth-lfib.po.d -fpic -c knuth-lfib.c -o knuth-lfib.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2.po -MD -MP -MF md2.po.d -fpic -c md2.c -o md2.po \ unit-oai-hss-0: 16:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-meta.po -MD -MP -MF md2-meta.po.d -fpic -c md2-meta.c -o md2-meta.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4.po -MD -MP -MF md4.po.d -fpic -c md4.c -o md4.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-meta.po -MD -MP -MF md4-meta.po.d -fpic -c md4-meta.c -o md4-meta.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5.po -MD -MP -MF md5.po.d -fpic -c md5.c -o md5.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compress.po -MD -MP -MF md5-compress.po.d -fpic -c md5-compress.c -o md5-compress.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat.po -MD -MP -MF md5-compat.po.d -fpic -c md5-compat.c -o md5-compat.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-meta.po -MD -MP -MF md5-meta.po.d -fpic -c md5-meta.c -o md5-meta.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160.po -MD -MP -MF ripemd160.po.d -fpic -c ripemd160.c -o ripemd160.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-compress.po -MD -MP -MF ripemd160-compress.po.d -fpic -c ripemd160-compress.c -o ripemd160-compress.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-meta.po -MD -MP -MF ripemd160-meta.po.d -fpic -c ripemd160-meta.c -o ripemd160-meta.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-crypt.po -MD -MP -MF salsa20-crypt.po.d -fpic -c salsa20-crypt.s -o salsa20-crypt.po unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install echo "salsa20-crypt.po : salsa20-crypt.asm ./asm.m4 machine.m4 config.m4" >salsa20-crypt.po.d unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-set-key.po -MD -MP -MF salsa20-set-key.po.d -fpic -c salsa20-set-key.c -o salsa20-set-key.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1.po -MD -MP -MF sha1.po.d -fpic -c sha1.c -o sha1.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-compress.po -MD -MP -MF sha1-compress.po.d -fpic -c sha1-compress.s -o sha1-compress.po unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install echo "sha1-compress.po : sha1-compress.asm ./asm.m4 machine.m4 config.m4" >sha1-compress.po.d unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-meta.po -MD -MP -MF sha1-meta.po.d -fpic -c sha1-meta.c -o sha1-meta.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256.po -MD -MP -MF sha256.po.d -fpic -c sha256.c -o sha256.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-compress.po -MD -MP -MF sha256-compress.po.d -fpic -c sha256-compress.c -o sha256-compress.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-meta.po -MD -MP -MF sha224-meta.po.d -fpic -c sha224-meta.c -o sha224-meta.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-meta.po -MD -MP -MF sha256-meta.po.d -fpic -c sha256-meta.c -o sha256-meta.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512.po -MD -MP -MF sha512.po.d -fpic -c sha512.c -o sha512.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-compress.po -MD -MP -MF sha512-compress.po.d -fpic -c sha512-compress.c -o sha512-compress.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-meta.po -MD -MP -MF sha384-meta.po.d -fpic -c sha384-meta.c -o sha384-meta.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-meta.po -MD -MP -MF sha512-meta.po.d -fpic -c sha512-meta.c -o sha512-meta.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-set-key.po -MD -MP -MF serpent-set-key.po.d -fpic -c serpent-set-key.c -o serpent-set-key.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-encrypt.po -MD -MP -MF serpent-encrypt.po.d -fpic -c serpent-encrypt.s -o serpent-encrypt.po unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install echo "serpent-encrypt.po : serpent-encrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-encrypt.po.d unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-decrypt.po -MD -MP -MF serpent-decrypt.po.d -fpic -c serpent-decrypt.s -o serpent-decrypt.po unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install echo "serpent-decrypt.po : serpent-decrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-decrypt.po.d unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-meta.po -MD -MP -MF serpent-meta.po.d -fpic -c serpent-meta.c -o serpent-meta.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish.po -MD -MP -MF twofish.po.d -fpic -c twofish.c -o twofish.po \ unit-oai-hss-0: 16:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-meta.po -MD -MP -MF twofish-meta.po.d -fpic -c twofish-meta.c -o twofish-meta.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow256.po -MD -MP -MF yarrow256.po.d -fpic -c yarrow256.c -o yarrow256.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow_key_event.po -MD -MP -MF yarrow_key_event.po.d -fpic -c yarrow_key_event.c -o yarrow_key_event.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer.po -MD -MP -MF buffer.po.d -fpic -c buffer.c -o buffer.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-init.po -MD -MP -MF buffer-init.po.d -fpic -c buffer-init.c -o buffer-init.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT realloc.po -MD -MP -MF realloc.po.d -fpic -c realloc.c -o realloc.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-hashes.po -MD -MP -MF nettle-meta-hashes.po.d -fpic -c nettle-meta-hashes.c -o nettle-meta-hashes.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-ciphers.po -MD -MP -MF nettle-meta-ciphers.po.d -fpic -c nettle-meta-ciphers.c -o nettle-meta-ciphers.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-armors.po -MD -MP -MF nettle-meta-armors.po.d -fpic -c nettle-meta-armors.c -o nettle-meta-armors.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-be32.po -MD -MP -MF write-be32.po.d -fpic -c write-be32.c -o write-be32.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-le32.po -MD -MP -MF write-le32.po.d -fpic -c write-le32.c -o write-le32.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor.po -MD -MP -MF memxor.po.d -fpic -c memxor.s -o memxor.po unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install echo "memxor.po : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.po.d unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -shared -Wl,-soname=libnettle.so.4 aes-decrypt-internal.po aes-decrypt.po aes-encrypt-internal.po aes-encrypt.po aes-encrypt-table.po aes-set-encrypt-key.po aes-set-decrypt-key.po aes-meta.po arcfour.po arcfour-crypt.po arcfour-meta.po arctwo.po arctwo-meta.po base16-encode.po base16-decode.po base16-meta.po base64-encode.po base64-decode.po base64-meta.po camellia-crypt.po camellia-crypt-internal.po camellia-set-encrypt-key.po camellia-set-decrypt-key.po camellia-table.po camellia-meta.po cast128.po cast128-meta.po blowfish.po cbc.po ctr.po gcm.po gcm-aes.po des.po des3.po des-compat.po hmac.po hmac-md5.po hmac-ripemd160.po hmac-sha1.po hmac-sha224.po hmac-sha256.po hmac-sha384.po hmac-sha512.po knuth-lfib.po md2.po md2-meta.po md4.po md4-meta.po md5.po md5-compress.po md5-compat.po md5-meta.po ripemd160.po ripemd160-compress.po ripemd160-meta.po salsa20-crypt.po salsa20-set-key.po sha1.po sha1-compress.po sha1-meta.po sha256.po sha256-compress.po sha224-meta.po sha256-meta.po sha512.po sha512-compress.po sha384-meta.po sha512-meta.po serpent-set-key.po serpent-encrypt.po serpent-decrypt.po serpent-meta.po twofish.po twofish-meta.po yarrow256.po yarrow_key_event.po buffer.po buffer-init.po realloc.po nettle-meta-hashes.po nettle-meta-ciphers.po nettle-meta-armors.po write-be32.po write-le32.po memxor.po -o libnettle.so unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && rm -f libnettle.so \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && ln -s ../libnettle.so libnettle.so \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install || { rm -f libnettle.so.4 \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && ln -s libnettle.so libnettle.so.4 ; } ) unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp.po -MD -MP -MF sexp.po.d -fpic -c sexp.c -o sexp.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format.po -MD -MP -MF sexp-format.po.d -fpic -c sexp-format.c -o sexp-format.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport.po -MD -MP -MF sexp-transport.po.d -fpic -c sexp-transport.c -o sexp-transport.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport-format.po -MD -MP -MF sexp-transport-format.po.d -fpic -c sexp-transport-format.c -o sexp-transport-format.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum.po -MD -MP -MF bignum.po.d -fpic -c bignum.c -o bignum.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-next-prime.po -MD -MP -MF bignum-next-prime.po.d -fpic -c bignum-next-prime.c -o bignum-next-prime.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random.po -MD -MP -MF bignum-random.po.d -fpic -c bignum-random.c -o bignum-random.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random-prime.po -MD -MP -MF bignum-random-prime.po.d -fpic -c bignum-random-prime.c -o bignum-random-prime.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2bignum.po -MD -MP -MF sexp2bignum.po.d -fpic -c sexp2bignum.c -o sexp2bignum.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1.po -MD -MP -MF pkcs1.po.d -fpic -c pkcs1.c -o pkcs1.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-encrypt.po -MD -MP -MF pkcs1-encrypt.po.d -fpic -c pkcs1-encrypt.c -o pkcs1-encrypt.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-decrypt.po -MD -MP -MF pkcs1-decrypt.po.d -fpic -c pkcs1-decrypt.c -o pkcs1-decrypt.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-digest.po -MD -MP -MF pkcs1-rsa-digest.po.d -fpic -c pkcs1-rsa-digest.c -o pkcs1-rsa-digest.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-md5.po -MD -MP -MF pkcs1-rsa-md5.po.d -fpic -c pkcs1-rsa-md5.c -o pkcs1-rsa-md5.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha1.po -MD -MP -MF pkcs1-rsa-sha1.po.d -fpic -c pkcs1-rsa-sha1.c -o pkcs1-rsa-sha1.po \ unit-oai-hss-0: 16:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha256.po -MD -MP -MF pkcs1-rsa-sha256.po.d -fpic -c pkcs1-rsa-sha256.c -o pkcs1-rsa-sha256.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha512.po -MD -MP -MF pkcs1-rsa-sha512.po.d -fpic -c pkcs1-rsa-sha512.c -o pkcs1-rsa-sha512.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa.po -MD -MP -MF rsa.po.d -fpic -c rsa.c -o rsa.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.po -MD -MP -MF rsa-sign.po.d -fpic -c rsa-sign.c -o rsa-sign.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.po -MD -MP -MF rsa-verify.po.d -fpic -c rsa-verify.c -o rsa-verify.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign.po -MD -MP -MF rsa-pkcs1-sign.po.d -fpic -c rsa-pkcs1-sign.c -o rsa-pkcs1-sign.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign-tr.po -MD -MP -MF rsa-pkcs1-sign-tr.po.d -fpic -c rsa-pkcs1-sign-tr.c -o rsa-pkcs1-sign-tr.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-verify.po -MD -MP -MF rsa-pkcs1-verify.po.d -fpic -c rsa-pkcs1-verify.c -o rsa-pkcs1-verify.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-sign.po -MD -MP -MF rsa-md5-sign.po.d -fpic -c rsa-md5-sign.c -o rsa-md5-sign.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-verify.po -MD -MP -MF rsa-md5-verify.po.d -fpic -c rsa-md5-verify.c -o rsa-md5-verify.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-sign.po -MD -MP -MF rsa-sha1-sign.po.d -fpic -c rsa-sha1-sign.c -o rsa-sha1-sign.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-verify.po -MD -MP -MF rsa-sha1-verify.po.d -fpic -c rsa-sha1-verify.c -o rsa-sha1-verify.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-sign.po -MD -MP -MF rsa-sha256-sign.po.d -fpic -c rsa-sha256-sign.c -o rsa-sha256-sign.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-verify.po -MD -MP -MF rsa-sha256-verify.po.d -fpic -c rsa-sha256-verify.c -o rsa-sha256-verify.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-sign.po -MD -MP -MF rsa-sha512-sign.po.d -fpic -c rsa-sha512-sign.c -o rsa-sha512-sign.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-verify.po -MD -MP -MF rsa-sha512-verify.po.d -fpic -c rsa-sha512-verify.c -o rsa-sha512-verify.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.po -MD -MP -MF rsa-encrypt.po.d -fpic -c rsa-encrypt.c -o rsa-encrypt.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.po -MD -MP -MF rsa-decrypt.po.d -fpic -c rsa-decrypt.c -o rsa-decrypt.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt-tr.po -MD -MP -MF rsa-decrypt-tr.po.d -fpic -c rsa-decrypt-tr.c -o rsa-decrypt-tr.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.po -MD -MP -MF rsa-keygen.po.d -fpic -c rsa-keygen.c -o rsa-keygen.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-compat.po -MD -MP -MF rsa-compat.po.d -fpic -c rsa-compat.c -o rsa-compat.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-blind.po -MD -MP -MF rsa-blind.po.d -fpic -c rsa-blind.c -o rsa-blind.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp.po -MD -MP -MF rsa2sexp.po.d -fpic -c rsa2sexp.c -o rsa2sexp.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa.po -MD -MP -MF sexp2rsa.po.d -fpic -c sexp2rsa.c -o sexp2rsa.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa.po -MD -MP -MF dsa.po.d -fpic -c dsa.c -o dsa.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sign.po -MD -MP -MF dsa-sign.po.d -fpic -c dsa-sign.c -o dsa-sign.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-verify.po -MD -MP -MF dsa-verify.po.d -fpic -c dsa-verify.c -o dsa-verify.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen.po -MD -MP -MF dsa-keygen.po.d -fpic -c dsa-keygen.c -o dsa-keygen.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-sign.po -MD -MP -MF dsa-sha1-sign.po.d -fpic -c dsa-sha1-sign.c -o dsa-sha1-sign.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-verify.po -MD -MP -MF dsa-sha1-verify.po.d -fpic -c dsa-sha1-verify.c -o dsa-sha1-verify.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-sign.po -MD -MP -MF dsa-sha256-sign.po.d -fpic -c dsa-sha256-sign.c -o dsa-sha256-sign.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-verify.po -MD -MP -MF dsa-sha256-verify.po.d -fpic -c dsa-sha256-verify.c -o dsa-sha256-verify.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa2sexp.po -MD -MP -MF dsa2sexp.po.d -fpic -c dsa2sexp.c -o dsa2sexp.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2dsa.po -MD -MP -MF sexp2dsa.po.d -fpic -c sexp2dsa.c -o sexp2dsa.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pgp-encode.po -MD -MP -MF pgp-encode.po.d -fpic -c pgp-encode.c -o pgp-encode.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2openpgp.po -MD -MP -MF rsa2openpgp.po.d -fpic -c rsa2openpgp.c -o rsa2openpgp.po \ unit-oai-hss-0: 16:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der-iterator.po -MD -MP -MF der-iterator.po.d -fpic -c der-iterator.c -o der-iterator.po \ unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2rsa.po -MD -MP -MF der2rsa.po.d -fpic -c der2rsa.c -o der2rsa.po \ unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2dsa.po -MD -MP -MF der2dsa.po.d -fpic -c der2dsa.c -o der2dsa.po \ unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install gcc -L. -shared -Wl,-soname=libhogweed.so.2 sexp.po sexp-format.po sexp-transport.po sexp-transport-format.po bignum.po bignum-next-prime.po bignum-random.po bignum-random-prime.po sexp2bignum.po pkcs1.po pkcs1-encrypt.po pkcs1-decrypt.po pkcs1-rsa-digest.po pkcs1-rsa-md5.po pkcs1-rsa-sha1.po pkcs1-rsa-sha256.po pkcs1-rsa-sha512.po rsa.po rsa-sign.po rsa-verify.po rsa-pkcs1-sign.po rsa-pkcs1-sign-tr.po rsa-pkcs1-verify.po rsa-md5-sign.po rsa-md5-verify.po rsa-sha1-sign.po rsa-sha1-verify.po rsa-sha256-sign.po rsa-sha256-verify.po rsa-sha512-sign.po rsa-sha512-verify.po rsa-encrypt.po rsa-decrypt.po rsa-decrypt-tr.po rsa-keygen.po rsa-compat.po rsa-blind.po rsa2sexp.po sexp2rsa.po dsa.po dsa-sign.po dsa-verify.po dsa-keygen.po dsa-sha1-sign.po dsa-sha1-verify.po dsa-sha256-sign.po dsa-sha256-verify.po dsa2sexp.po sexp2dsa.po pgp-encode.po rsa2openpgp.po der-iterator.po der2rsa.po der2dsa.po -o libhogweed.so -lnettle -lgmp unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install make[1]: [libhogweed.so] Error 1 (ignored) unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so \ unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install && ln -s ../libhogweed.so libhogweed.so \ unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install && [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install || { rm -f libhogweed.so.2 \ unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so libhogweed.so.2 ; } ) unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install echo "Making all in $d" ; (cd $d && make all); done unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install Making all in tools unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-conv.o -MD -MP -MF sexp-conv.o.d -c sexp-conv.c && true unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT input.o -MD -MP -MF input.o.d -c input.c && true unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT output.o -MD -MP -MF output.o.d -c output.c && true unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT parse.o -MD -MP -MF parse.o.d -c parse.c && true unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT misc.o -MD -MP -MF misc.o.d -c misc.c && true unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-conv.o input.o output.o parse.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o sexp-conv unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-hash.o -MD -MP -MF nettle-hash.o.d -c nettle-hash.c && true unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-hash.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o nettle-hash unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-lfib-stream.o -MD -MP -MF nettle-lfib-stream.o.d -c nettle-lfib-stream.c && true unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-lfib-stream.o -lnettle -lgmp -o nettle-lfib-stream unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-conv.o -MD -MP -MF pkcs1-conv.o.d -c pkcs1-conv.c && true unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. pkcs1-conv.o misc.o ../getopt.o ../getopt1.o -lhogweed -lnettle -lgmp -o pkcs1-conv unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install Making all in testsuite unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-test.o -MD -MP -MF aes-test.o.d -c aes-test.c && true unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT testutils.o -MD -MP -MF testutils.o.d -c testutils.c && true unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. aes-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o aes-test unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-test.o -MD -MP -MF arcfour-test.o.d -c arcfour-test.c && true unit-oai-hss-0: 16:20:59 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arcfour-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arcfour-test unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-test.o -MD -MP -MF arctwo-test.o.d -c arctwo-test.c && true unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arctwo-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arctwo-test unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish-test.o -MD -MP -MF blowfish-test.o.d -c blowfish-test.c && true unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. blowfish-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o blowfish-test unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-test.o -MD -MP -MF cast128-test.o.d -c cast128-test.c && true unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. cast128-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cast128-test unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-test.o -MD -MP -MF base16-test.o.d -c base16-test.c && true unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o base16-test unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-test.o -MD -MP -MF base64-test.o.d -c base64-test.c && true unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o base64-test unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-test.o -MD -MP -MF camellia-test.o.d -c camellia-test.c && true unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. camellia-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o camellia-test unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-test.o -MD -MP -MF des-test.o.d -c des-test.c && true unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des-test unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3-test.o -MD -MP -MF des3-test.o.d -c des3-test.c && true unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des3-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des3-test unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat-test.o -MD -MP -MF des-compat-test.o.d -c des-compat-test.c && true unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des-compat-test unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-test.o -MD -MP -MF md2-test.o.d -c md2-test.c && true unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md2-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md2-test unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-test.o -MD -MP -MF md4-test.o.d -c md4-test.c && true unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md4-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md4-test unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-test.o -MD -MP -MF md5-test.o.d -c md5-test.c && true unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-test unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat-test.o -MD -MP -MF md5-compat-test.o.d -c md5-compat-test.c && true unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-compat-test unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor-test.o -MD -MP -MF memxor-test.o.d -c memxor-test.c && true unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. memxor-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o memxor-test unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-test.o -MD -MP -MF ripemd160-test.o.d -c ripemd160-test.c && true unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. ripemd160-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o ripemd160-test unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-test.o -MD -MP -MF salsa20-test.o.d -c salsa20-test.c && true unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. salsa20-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o salsa20-test unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-test.o -MD -MP -MF sha1-test.o.d -c sha1-test.c && true unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha1-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha1-test unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-test.o -MD -MP -MF sha224-test.o.d -c sha224-test.c && true unit-oai-hss-0: 16:21:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha224-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha224-test unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-test.o -MD -MP -MF sha256-test.o.d -c sha256-test.c && true unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha256-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha256-test unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-test.o -MD -MP -MF sha384-test.o.d -c sha384-test.c && true unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha384-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha384-test unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-test.o -MD -MP -MF sha512-test.o.d -c sha512-test.c && true unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha512-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha512-test unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-test.o -MD -MP -MF serpent-test.o.d -c serpent-test.c && true unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. serpent-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o serpent-test unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-test.o -MD -MP -MF twofish-test.o.d -c twofish-test.c && true unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. twofish-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o twofish-test unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib-test.o -MD -MP -MF knuth-lfib-test.o.d -c knuth-lfib-test.c && true unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. knuth-lfib-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o knuth-lfib-test unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc-test.o -MD -MP -MF cbc-test.o.d -c cbc-test.c && true unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. cbc-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cbc-test unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr-test.o -MD -MP -MF ctr-test.o.d -c ctr-test.c && true unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. ctr-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o ctr-test unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-test.o -MD -MP -MF gcm-test.o.d -c gcm-test.c && true unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. gcm-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o gcm-test unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-test.o -MD -MP -MF hmac-test.o.d -c hmac-test.c && true unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. hmac-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o hmac-test unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-hash-test.o -MD -MP -MF meta-hash-test.o.d -c meta-hash-test.c && true unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-hash-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-hash-test unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-cipher-test.o -MD -MP -MF meta-cipher-test.o.d -c meta-cipher-test.c && true unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-cipher-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-cipher-test unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-armor-test.o -MD -MP -MF meta-armor-test.o.d -c meta-armor-test.c && true unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-armor-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-armor-test unit-oai-hss-0: 16:21:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-test.o -MD -MP -MF buffer-test.o.d -c buffer-test.c && true unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. buffer-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o buffer-test unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow-test.o -MD -MP -MF yarrow-test.o.d -c yarrow-test.c && true unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. yarrow-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o yarrow-test unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-test.o -MD -MP -MF sexp-test.o.d -c sexp-test.c && true unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp-test unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format-test.o -MD -MP -MF sexp-format-test.o.d -c sexp-format-test.c && true unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-format-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp-format-test unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp-test.o -MD -MP -MF rsa2sexp-test.o.d -c rsa2sexp-test.c && true unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa2sexp-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa2sexp-test unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa-test.o -MD -MP -MF sexp2rsa-test.o.d -c sexp2rsa-test.c && true unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp2rsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp2rsa-test unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-test.o -MD -MP -MF bignum-test.o.d -c bignum-test.c && true unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. bignum-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o bignum-test unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT random-prime-test.o -MD -MP -MF random-prime-test.o.d -c random-prime-test.c && true unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. random-prime-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o random-prime-test unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-test.o -MD -MP -MF pkcs1-test.o.d -c pkcs1-test.c && true unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. pkcs1-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o pkcs1-test unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-test.o -MD -MP -MF rsa-test.o.d -c rsa-test.c && true unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-test unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt-test.o -MD -MP -MF rsa-encrypt-test.o.d -c rsa-encrypt-test.c && true unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-encrypt-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-encrypt-test unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen-test.o -MD -MP -MF rsa-keygen-test.o.d -c rsa-keygen-test.c && true unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-keygen-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-keygen-test unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-test.o -MD -MP -MF dsa-test.o.d -c dsa-test.c && true unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. dsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o dsa-test unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen-test.o -MD -MP -MF dsa-keygen-test.o.d -c dsa-keygen-test.c && true unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. dsa-keygen-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o dsa-keygen-test unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install g++ -I.. -I.. -DHAVE_CONFIG_H -g -O2 -fpic -MT cxx-test.o -MD -MP -MF cxx-test.o.d -c cxx-test.cxx && true unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install g++ -g -O2 -L.. cxx-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cxx-test unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-huge-test.o -MD -MP -MF sha1-huge-test.o.d -c sha1-huge-test.c && true unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha1-huge-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha1-huge-test unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-benchmark.o -MD -MP -MF nettle-benchmark.o.d -c nettle-benchmark.c && true unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install nettle-benchmark.c: In function 'time_cipher': unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install nettle-benchmark.c:505:29: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install nettle-benchmark.c:521:29: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install nettle-benchmark.c:538:29: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 16:21:02 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-openssl.o -MD -MP -MF nettle-openssl.o.d -c nettle-openssl.c && true unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT io.o -MD -MP -MF io.o.d -c io.c && true unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-benchmark.o nettle-openssl.o ../getopt.o ../getopt1.o ../nettle-internal.o -lnettle -lgmp -o nettle-benchmark unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT eratosthenes.o -MD -MP -MF eratosthenes.o.d -c eratosthenes.c && true unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. eratosthenes.o ../getopt.o ../getopt1.o -o eratosthenes unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16enc.o -MD -MP -MF base16enc.o.d -c base16enc.c && true unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16enc.o io.o \ unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16enc unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16dec.o -MD -MP -MF base16dec.o.d -c base16dec.c && true unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16dec.o io.o \ unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16dec unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64enc.o -MD -MP -MF base64enc.o.d -c base64enc.c && true unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64enc.o io.o \ unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64enc unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64dec.o -MD -MP -MF base64dec.o.d -c base64dec.c && true unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64dec.o io.o \ unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64dec unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -c rsa-keygen.c && true unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-keygen.o io.o ../getopt.o ../getopt1.o \ unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-keygen unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -c rsa-sign.c && true unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT read_rsa_key.o -MD -MP -MF read_rsa_key.o.d -c read_rsa_key.c && true unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-sign.o io.o read_rsa_key.o \ unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-sign unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -c rsa-verify.c && true unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-verify.o io.o read_rsa_key.o \ unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-verify unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -c rsa-encrypt.c && true unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-encrypt.o io.o read_rsa_key.o \ unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install ../getopt.o ../getopt1.o \ unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-encrypt unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -c rsa-decrypt.c && true unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-decrypt.o io.o read_rsa_key.o \ unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-decrypt unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT next-prime.o -MD -MP -MF next-prime.o.d -c next-prime.c && true unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. next-prime.o ../getopt.o ../getopt1.o \ unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o next-prime unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT random-prime.o -MD -MP -MF random-prime.o.d -c random-prime.c && true unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. random-prime.o io.o ../getopt.o ../getopt1.o \ unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o random-prime unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install make check-here unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install echo "Making check in $d" ; (cd $d && make check); done unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install Making check in tools unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install Making check in testsuite unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install EMULATOR="" NM="nm" EXEEXT="" \ unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install ../run-tests aes-test arcfour-test arctwo-test blowfish-test cast128-test base16-test base64-test camellia-test des-test des3-test des-compat-test md2-test md4-test md5-test md5-compat-test memxor-test ripemd160-test salsa20-test sha1-test sha224-test sha256-test sha384-test sha512-test serpent-test twofish-test knuth-lfib-test cbc-test ctr-test gcm-test hmac-test meta-hash-test meta-cipher-test meta-armor-test buffer-test yarrow-test sexp-test sexp-format-test rsa2sexp-test sexp2rsa-test bignum-test random-prime-test pkcs1-test rsa-test rsa-encrypt-test rsa-keygen-test dsa-test dsa-keygen-test cxx-test sexp-conv-test pkcs1-conv-test symbols-test unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: aes unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: arcfour unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: arctwo unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: blowfish unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: cast128 unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: base16 unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: base64 unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: camellia unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: des unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: des3 unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: des-compat unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: md2 unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: md4 unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: md5 unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: md5-compat unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: memxor unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: ripemd160 unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: salsa20 unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: sha1 unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: sha224 unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: sha256 unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: sha384 unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: sha512 unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: serpent unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: twofish unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: knuth-lfib unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: cbc unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: ctr unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: gcm unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: hmac unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: meta-hash unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: meta-cipher unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: meta-armor unit-oai-hss-0: 16:21:03 DEBUG unit.oai-hss/0.install PASS: buffer unit-oai-hss-0: 16:21:04 DEBUG unit.oai-hss/0.install PASS: yarrow unit-oai-hss-0: 16:21:04 DEBUG unit.oai-hss/0.install PASS: sexp unit-oai-hss-0: 16:21:04 DEBUG unit.oai-hss/0.install PASS: sexp-format unit-oai-hss-0: 16:21:04 DEBUG unit.oai-hss/0.install PASS: rsa2sexp unit-oai-hss-0: 16:21:04 DEBUG unit.oai-hss/0.install PASS: sexp2rsa unit-oai-hss-0: 16:21:04 DEBUG unit.oai-hss/0.install PASS: bignum unit-oai-hss-0: 16:21:04 DEBUG unit.oai-hss/0.install PASS: random-prime unit-oai-hss-0: 16:21:04 DEBUG unit.oai-hss/0.install PASS: pkcs1 unit-oai-hss-0: 16:21:04 DEBUG unit.oai-hss/0.install PASS: rsa unit-oai-hss-0: 16:21:04 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install PASS: rsa-keygen unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install PASS: dsa unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install PASS: dsa-keygen unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install PASS: cxx unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install PASS: sexp-conv unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install PASS: pkcs1-conv unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install PASS: symbols unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install All 51 tests passed unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install Making check in examples unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install EMULATOR="" EXEEXT="" \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install ".."/run-tests rsa-sign-test rsa-verify-test rsa-encrypt-test unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install PASS: rsa-sign unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install PASS: rsa-verify unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install All 3 tests passed unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install make install-here unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/info unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install f=nettle.info ; \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install [ -f $f ] || f="./$f" ; \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/share/info ; \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install if (install-info --version && \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install install-info --info-dir="/usr/share/info" "$f" ; \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install else : ; fi unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/include/nettle unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install for f in aes.h arcfour.h arctwo.h asn1.h bignum.h blowfish.h base16.h base64.h buffer.h camellia.h cast128.h cbc.h ctr.h gcm.h des.h des-compat.h dsa.h hmac.h knuth-lfib.h macros.h md2.h md4.h md5.h md5-compat.h memxor.h nettle-meta.h nettle-types.h pgp.h pkcs1.h realloc.h ripemd160.h rsa.h rsa-compat.h salsa20.h sexp.h serpent.h sha.h twofish.h yarrow.h nettle-stdint.h ; do \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install if [ -f "$f" ] ; then \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/include/nettle ; \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "./$f" /usr/include/nettle ; \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install fi ; done unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install ./config.status config.h unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install config.status: config.h is unchanged unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install echo timestamp > stamp-h unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install for f in libnettle.a libhogweed.a; do \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 $f /usr/lib ; \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib/pkgconfig unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install for f in nettle.pc hogweed.pc ; do \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/lib/pkgconfig ; \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libnettle.so /usr/lib/libnettle.so.4.4 unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install && rm -f libnettle.so.4 libnettle.so \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so.4 \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so) unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libhogweed.so /usr/lib/libhogweed.so.2.2 unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so.2 libhogweed.so \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so.2 \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so) unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install echo "Making install in $d" ; (cd $d && make install); done unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install Making install in tools unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/bin unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install for f in sexp-conv nettle-hash nettle-lfib-stream pkcs1-conv ; do \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install /usr/bin/install -c $f /usr/bin ; \ unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install Making install in testsuite unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 16:21:05 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:21:06 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:21:06 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:21:06 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 16:21:06 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 16:21:06 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 16:21:06 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:21:06 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:21:06 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:21:06 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:21:06 DEBUG unit.oai-hss/0.install libidn2-0-dev is already the newest version. unit-oai-hss-0: 16:21:06 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 16:21:06 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:21:06 DEBUG unit.oai-hss/0.install libp11-kit-dev libp11-kit0-dbg libtasn1-6-dbg libtasn1-6-dev libtspi-dev unit-oai-hss-0: 16:21:06 DEBUG unit.oai-hss/0.install libtspi1 unit-oai-hss-0: 16:21:06 DEBUG unit.oai-hss/0.install 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:21:06 DEBUG unit.oai-hss/0.install Need to get 1855 kB of archives. unit-oai-hss-0: 16:21:06 DEBUG unit.oai-hss/0.install After this operation, 3712 kB of additional disk space will be used. unit-oai-hss-0: 16:21:06 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtspi1 amd64 0.3.11.2-1ubuntu1 [142 kB] unit-oai-hss-0: 16:21:07 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtasn1-6-dev amd64 3.4-3ubuntu0.6 [385 kB] unit-oai-hss-0: 16:21:07 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtspi-dev amd64 0.3.11.2-1ubuntu1 [613 kB] unit-oai-hss-0: 16:21:08 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libp11-kit-dev amd64 0.20.2-2ubuntu2 [56.4 kB] unit-oai-hss-0: 16:21:08 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libp11-kit0-dbg amd64 0.20.2-2ubuntu2 [556 kB] unit-oai-hss-0: 16:21:08 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtasn1-6-dbg amd64 3.4-3ubuntu0.6 [104 kB] unit-oai-hss-0: 16:21:08 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 16:21:08 DEBUG unit.oai-hss/0.install Fetched 1855 kB in 2s (867 kB/s) unit-oai-hss-0: 16:21:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi1. unit-oai-hss-0: 16:21:08 DEBUG unit.oai-hss/0.install (Reading database ... 92454 files and directories currently installed.) unit-oai-hss-0: 16:21:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi1_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 16:21:09 DEBUG unit.oai-hss/0.install Unpacking libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 16:21:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dev. unit-oai-hss-0: 16:21:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dev_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 16:21:09 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 16:21:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi-dev. unit-oai-hss-0: 16:21:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi-dev_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 16:21:09 DEBUG unit.oai-hss/0.install Unpacking libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 16:21:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit-dev. unit-oai-hss-0: 16:21:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit-dev_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 16:21:10 DEBUG unit.oai-hss/0.install Unpacking libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 16:21:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit0-dbg:amd64. unit-oai-hss-0: 16:21:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit0-dbg_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 16:21:10 DEBUG unit.oai-hss/0.install Unpacking libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 16:21:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dbg:amd64. unit-oai-hss-0: 16:21:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dbg_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 16:21:10 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 16:21:10 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 16:21:11 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 16:21:12 DEBUG unit.oai-hss/0.install Setting up libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 16:21:12 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 16:21:12 DEBUG unit.oai-hss/0.install Setting up libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 16:21:12 DEBUG unit.oai-hss/0.install Setting up libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 16:21:12 DEBUG unit.oai-hss/0.install Setting up libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 16:21:13 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 16:21:13 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 16:21:14 DEBUG unit.oai-hss/0.install Downloading gnutls archive unit-oai-hss-0: 16:21:14 DEBUG unit.oai-hss/0.install --2018-04-25 16:21:14-- http://mirrors.dotsrc.org/gcrypt/gnutls/v3.1/gnutls-3.1.23.tar.xz unit-oai-hss-0: 16:21:14 DEBUG unit.oai-hss/0.install Resolving mirrors.dotsrc.org (mirrors.dotsrc.org)... 130.225.254.116, 2001:878:346::116 unit-oai-hss-0: 16:21:14 DEBUG unit.oai-hss/0.install Connecting to mirrors.dotsrc.org (mirrors.dotsrc.org)|130.225.254.116|:80... connected. unit-oai-hss-0: 16:21:14 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 16:21:14 DEBUG unit.oai-hss/0.install Length: 5148432 (4.9M) [application/octet-stream] unit-oai-hss-0: 16:21:14 DEBUG unit.oai-hss/0.install Saving to: 'gnutls-3.1.23.tar.xz' unit-oai-hss-0: 16:21:14 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 149K 33s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 1% 308K 25s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 2% 550K 19s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 3% 637K 16s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 4% 997K 14s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 5% 1.20M 12s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 6% 1.23M 11s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 7% 1.57M 10s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 8% 1.72M 9s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 9% 1.88M 8s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 10% 2.16M 7s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 11% 2.28M 7s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 12% 2.52M 6s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 13% 2.77M 6s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 14% 3.15M 6s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 15% 3.28M 5s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 16% 3.44M 5s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 17% 3.81M 5s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 18% 3.89M 4s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 19% 4.19M 4s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 20% 4.16M 4s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 21% 4.58M 4s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 22% 4.79M 4s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 23% 4.71M 3s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 24% 5.19M 3s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 25% 4.98M 3s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 26% 5.64M 3s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 27% 6.14M 3s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 28% 5.75M 3s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 29% 6.37M 3s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 30% 6.08M 3s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 31% 7.04M 2s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 32% 7.17M 2s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 33% 6.21M 2s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 34% 7.73M 2s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 35% 7.43M 2s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 36% 8.09M 2s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 37% 7.71M 2s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 38% 8.58M 2s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 39% 8.65M 2s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 40% 8.39M 2s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 41% 9.07M 2s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 42% 8.24M 2s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 43% 10.2M 2s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 44% 9.17M 2s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 45% 9.92M 1s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 46% 9.32M 1s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 47% 11.4M 1s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 48% 10.1M 1s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 49% 11.4M 1s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 50% 9.59M 1s unit-oai-hss-0: 16:21:15 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 51% 12.4M 1s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 52% 9.59M 1s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 53% 10.7M 1s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 54% 11.8M 1s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 55% 13.3M 1s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 56% 12.2M 1s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 57% 11.1M 1s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 58% 12.9M 1s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 59% 14.8M 1s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 60% 12.5M 1s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 61% 12.2M 1s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 62% 13.0M 1s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 63% 12.5M 1s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 64% 13.0M 1s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 65% 16.2M 1s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 66% 12.8M 1s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 67% 14.5M 1s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 68% 14.6M 1s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 69% 12.8M 1s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 70% 14.9M 1s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 71% 16.9M 1s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 72% 15.8M 1s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 73% 17.1M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 74% 15.0M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 75% 13.4M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 76% 17.1M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 77% 17.6M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 78% 18.4M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 79% 16.1M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 80% 20.1M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 81% 14.3M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 82% 19.4M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 83% 17.3M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 84% 18.3M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 85% 19.9M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 86% 15.1M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 87% 17.6M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 88% 22.2M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 89% 19.5M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 90% 18.3M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 91% 13.7M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 92% 23.7M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 93% 19.4M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 94% 20.8M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 95% 23.2M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 96% 20.5M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 97% 19.8M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 98% 27.9M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 99% 21.5M 0s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 5000K .......... .......... ....... 100% 15.1M=1.4s unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install 2018-04-25 16:21:16 (3.46 MB/s) - 'gnutls-3.1.23.tar.xz' saved [5148432/5148432] unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking whether build environment is sane... yes unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking for gawk... gawk unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... yes unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... (cached) yes unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install *** Checking for compilation programs... unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking whether gcc understands -c and -o together... yes unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking for style of include used by make... GNU unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking dependency style of gcc... gcc3 unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking for Minix Amsterdam compiler... no unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking for ar... ar unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 16:21:16 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking minix/config.h usability... no unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking minix/config.h presence... no unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for minix/config.h... no unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking whether it is safe to define __EXTENSIONS__... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking whether _XOPEN_SOURCE should be defined... no unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for _LARGEFILE_SOURCE value needed for large files... no unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for special C compiler options needed for large files... no unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for _FILE_OFFSET_BITS value needed for large files... no unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C99... -std=gnu99 unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking dependency style of gcc -std=gnu99... gcc3 unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking the archiver (ar) interface... ar unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking dependency style of g++... gcc3 unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for autogen... /bin/true unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install *** autogen not found. Will not link against libopts. unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for ANSI C header files... (cached) yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking cpuid.h usability... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking cpuid.h presence... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for cpuid.h... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for ld used by GCC... /usr/bin/ld unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for shared library run path origin... done unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking whether to use nettle... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for libnettle... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking how to link with libnettle... /usr/lib/libnettle.so /usr/lib/libhogweed.so -lgmp unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for __gmpz_cmp in -lgmp... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for LIBTASN1... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking whether to use the included minitasn1... no unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking whether C99 macros are supported... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking whether to disable DTLS-SRTP extension... no unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking whether to disable TLS heartbeat support... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking whether to disable SRP authentication support... no unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking whether to disable PSK authentication support... no unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking whether to disable anonymous authentication support... no unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking whether to disable DHE support... no unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking whether to disable ECDHE support... no unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking whether to disable RSA-EXPORT support... no unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking whether to disable OpenPGP Certificate authentication support... no unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking whether to add cryptodev support... no unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking whether to disable OCSP support... no unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking size of void *... 8 unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking size of long long... 8 unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking size of int... 4 unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking sys/socket.h usability... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking sys/socket.h presence... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for sys/socket.h... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking features.h usability... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking features.h presence... yes unit-oai-hss-0: 16:21:17 DEBUG unit.oai-hss/0.install checking for features.h... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking linewrap.h usability... no unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking linewrap.h presence... no unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for linewrap.h... no unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking arpa/inet.h usability... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking arpa/inet.h presence... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking dirent.h usability... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking dirent.h presence... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for dirent.h... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for sys/stat.h... (cached) yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking netdb.h usability... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking netdb.h presence... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for netdb.h... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking netinet/in.h usability... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking netinet/in.h presence... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for netinet/in.h... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking getopt.h usability... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking getopt.h presence... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for getopt.h... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking stdio_ext.h usability... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking stdio_ext.h presence... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for stdio_ext.h... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking termios.h usability... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking termios.h presence... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for termios.h... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking sys/time.h usability... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking sys/time.h presence... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for sys/time.h... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking iconv.h usability... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking iconv.h presence... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for iconv.h... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking math.h usability... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking math.h presence... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for math.h... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking sys/mman.h usability... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking sys/mman.h presence... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for sys/mman.h... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking sys/select.h usability... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking sys/select.h presence... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for sys/select.h... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking wchar.h usability... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking wchar.h presence... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for wchar.h... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for strings.h... (cached) yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking sys/uio.h usability... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking sys/uio.h presence... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for sys/uio.h... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking sysexits.h usability... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking sysexits.h presence... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for sysexits.h... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking xlocale.h usability... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking xlocale.h presence... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for xlocale.h... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking sys/param.h usability... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking sys/param.h presence... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for sys/param.h... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking sys/wait.h usability... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking sys/wait.h presence... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for sys/wait.h... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking sys/ioctl.h usability... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking sys/ioctl.h presence... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for sys/ioctl.h... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... none needed unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking whether to build OpenSSL compatibility layer... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for gtkdoc-check... no unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for gtkdoc-rebase... no unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for gtkdoc-mkpdf... no unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking whether to build gtk-doc documentation... no unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking whether NLS is requested... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for msgfmt... no unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for gmsgfmt... : unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for xgettext... no unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for msgmerge... no unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for CFPreferencesCopyAppValue... no unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for CFLocaleCopyCurrent... no unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for GNU gettext in libc... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking whether to use NLS... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking where the gettext function comes from... libc unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking whether the preprocessor supports include_next... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking whether system header files limit the line length... no unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking for shutdown... yes unit-oai-hss-0: 16:21:18 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking for sa_family_t... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking for C/C++ restrict keyword... __restrict unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether clearerr_unlocked is declared... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether feof_unlocked is declared... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether ferror_unlocked is declared... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether fflush_unlocked is declared... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether fgets_unlocked is declared... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether fputc_unlocked is declared... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether fputs_unlocked is declared... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether fread_unlocked is declared... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether fwrite_unlocked is declared... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether getc_unlocked is declared... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether getchar_unlocked is declared... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether putc_unlocked is declared... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking whether putchar_unlocked is declared... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking for flockfile... yes unit-oai-hss-0: 16:21:19 DEBUG unit.oai-hss/0.install checking for funlockfile... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for _set_invalid_parameter_handler... no unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for __fseterr... no unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for getdelim... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for __fsetlocking... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for tcgetattr... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for tcsetattr... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for getsubopt... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for gettimeofday... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for nanotime... no unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for mprotect... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for sleep... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for snprintf... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for strdup... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for strerror_r... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for __xpg_strerror_r... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for strndup... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for localtime_r... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for vasnprintf... no unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for ftruncate... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for getdtablesize... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for newlocale... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for lstat... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for pipe... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for setenv... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for catgets... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for symlink... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... no unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for complete errno.h... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for strerror_r... (cached) yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking whether strerror_r returns char *... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking whether frexp() can be used without linking with libm... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking whether alarm is declared... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking whether long double and double are the same... no unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking whether stdin defaults to large file offsets... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for pid_t... yes unit-oai-hss-0: 16:21:20 DEBUG unit.oai-hss/0.install checking for mode_t... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether fseeko is declared... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking for fseeko... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether stat file-mode macros are broken... no unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking for nlink_t... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether ftello is declared... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking for ftello... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether ftello works... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... none required unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking for gethostbyname... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... none required unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking for getservbyname... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... none required unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking for IPv4 sockets... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking for IPv6 sockets... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether getdelim is declared... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether getline is declared... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking for getopt.h... (cached) yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking for getopt_long_only... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking whether getopt is POSIX compatible... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking for working GNU getopt function... yes unit-oai-hss-0: 16:21:21 DEBUG unit.oai-hss/0.install checking for working GNU getopt_long function... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking whether getenv is declared... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking whether getpass is declared... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking whether flockfile is declared... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking whether funlockfile is declared... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking for struct timeval... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking for wide-enough struct timeval.tv_sec member... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking whether gettimeofday is declared without a macro... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... word 1 bit 20 unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... word 0 bit 23 unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking whether malloc, realloc, calloc are POSIX compliant... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking for mmap... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking whether memchr works... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking whether memmem is declared... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... no unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking for sigset_t... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking whether snprintf returns a byte count as in C99... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking whether snprintf is declared... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking for stdbool.h that conforms to C99... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking for _Bool... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking for long long int... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking for unsigned long long int... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking whether stdint.h conforms to C99... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking whether strdup is declared... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking whether strerror(0) succeeds... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking for strerror_r with POSIX signature... no unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking whether __xpg_strerror_r works... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking whether ffsl is declared without a macro... yes unit-oai-hss-0: 16:21:22 DEBUG unit.oai-hss/0.install checking whether ffsll is declared without a macro... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether memmem is declared without a macro... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether mempcpy is declared without a macro... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether memrchr is declared without a macro... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether rawmemchr is declared without a macro... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether stpcpy is declared without a macro... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether stpncpy is declared without a macro... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether strchrnul is declared without a macro... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether strdup is declared without a macro... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether strncat is declared without a macro... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether strndup is declared without a macro... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether strnlen is declared without a macro... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether strpbrk is declared without a macro... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether strsep is declared without a macro... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether strcasestr is declared without a macro... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared without a macro... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared without a macro... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether strsignal is declared without a macro... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether strverscmp is declared without a macro... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether ffs is declared without a macro... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether strcasecmp is declared without a macro... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared without a macro... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether strndup is declared... (cached) yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether strnlen is declared... (cached) yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared... (cached) yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether imported symbols can be declared weak... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking pthread.h usability... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking pthread.h presence... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking for pthread.h... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking for pthread_kill in -lpthread... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking for multithread API to use... posix unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking for struct timespec in ... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking for intmax_t... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking for strnlen... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking for wcslen... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking for wcsnlen... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking for mbrtowc... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking for wcrtomb... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether _snprintf is declared... no unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether printf supports size specifiers as in C99... yes unit-oai-hss-0: 16:21:23 DEBUG unit.oai-hss/0.install checking whether printf supports 'long double' arguments... yes unit-oai-hss-0: 16:21:24 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'double' arguments... yes unit-oai-hss-0: 16:21:24 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'long double' arguments... no unit-oai-hss-0: 16:21:24 DEBUG unit.oai-hss/0.install checking whether printf supports the 'a' and 'A' directives... yes unit-oai-hss-0: 16:21:24 DEBUG unit.oai-hss/0.install checking whether printf supports the 'F' directive... yes unit-oai-hss-0: 16:21:24 DEBUG unit.oai-hss/0.install checking whether printf supports the 'n' directive... no unit-oai-hss-0: 16:21:24 DEBUG unit.oai-hss/0.install checking whether printf supports the 'ls' directive... yes unit-oai-hss-0: 16:21:24 DEBUG unit.oai-hss/0.install checking whether printf supports the grouping flag... yes unit-oai-hss-0: 16:21:24 DEBUG unit.oai-hss/0.install checking whether printf supports the left-adjust flag correctly... yes unit-oai-hss-0: 16:21:24 DEBUG unit.oai-hss/0.install checking whether printf supports the zero flag correctly... yes unit-oai-hss-0: 16:21:24 DEBUG unit.oai-hss/0.install checking whether printf supports large precisions... yes unit-oai-hss-0: 16:21:24 DEBUG unit.oai-hss/0.install checking whether printf survives out-of-memory conditions... yes unit-oai-hss-0: 16:21:24 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared... yes unit-oai-hss-0: 16:21:24 DEBUG unit.oai-hss/0.install checking whether uses 'inline' correctly... yes unit-oai-hss-0: 16:21:24 DEBUG unit.oai-hss/0.install checking for nl_langinfo and CODESET... yes unit-oai-hss-0: 16:21:24 DEBUG unit.oai-hss/0.install checking if environ is properly declared... yes unit-oai-hss-0: 16:21:25 DEBUG unit.oai-hss/0.install checking for working fcntl.h... yes unit-oai-hss-0: 16:21:25 DEBUG unit.oai-hss/0.install checking whether ungetc works on arbitrary bytes... yes unit-oai-hss-0: 16:21:25 DEBUG unit.oai-hss/0.install checking whether getcwd (NULL, 0) allocates memory for result... yes unit-oai-hss-0: 16:21:25 DEBUG unit.oai-hss/0.install checking for getcwd with POSIX signature... yes unit-oai-hss-0: 16:21:25 DEBUG unit.oai-hss/0.install checking whether imaxabs is declared without a macro... yes unit-oai-hss-0: 16:21:25 DEBUG unit.oai-hss/0.install checking whether imaxdiv is declared without a macro... yes unit-oai-hss-0: 16:21:25 DEBUG unit.oai-hss/0.install checking whether strtoimax is declared without a macro... yes unit-oai-hss-0: 16:21:25 DEBUG unit.oai-hss/0.install checking whether strtoumax is declared without a macro... yes unit-oai-hss-0: 16:21:25 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 16:21:25 DEBUG unit.oai-hss/0.install checking whether the inttypes.h PRIxNN macros are broken... no unit-oai-hss-0: 16:21:25 DEBUG unit.oai-hss/0.install checking for LC_MESSAGES... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether lstat correctly handles trailing slash... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking for promoted mode_t type... mode_t unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... (cached) yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether setenv is declared... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking search.h usability... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking search.h presence... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking for search.h... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking for tsearch... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking for alloca as a compiler built-in... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking for alphasort... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is defined... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is defined... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared without a macro... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared without a macro... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking byteswap.h usability... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking byteswap.h presence... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking for byteswap.h... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking for clock_gettime... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking for clock_settime... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking for closedir... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether alphasort is declared without a macro... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether closedir is declared without a macro... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether dirfd is declared without a macro... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether fdopendir is declared without a macro... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether opendir is declared without a macro... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether readdir is declared without a macro... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether rewinddir is declared without a macro... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether scandir is declared without a macro... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... (cached) no unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether dup2 works... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking for error_at_line... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether conversion from 'int' to 'long double' works... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether frexp works... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether frexpl works... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking for fseeko... (cached) yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking for ftello... (cached) yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether ftello works... (cached) yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether __func__ is available... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking for library containing getaddrinfo... none required unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking for getaddrinfo... yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared... (cached) yes unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking whether gai_strerrorA is declared... no unit-oai-hss-0: 16:21:26 DEBUG unit.oai-hss/0.install checking for gai_strerror with POSIX signature... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking for struct sockaddr.sa_len... no unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared... (cached) yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared... (cached) yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared... (cached) yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking for struct addrinfo... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking for working getdelim function... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking for getline... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking for working getline function... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking for getpass... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether gettimeofday clobbers localtime buffer... no unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking for gettimeofday with POSIX signature... almost unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... (cached) none required unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking for gethostbyname... (cached) yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking for iconv... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking for working iconv... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking for iconv declaration... unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether iconv supports conversion between UTF-8 and UTF-{16,32}{BE,LE}... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... (cached) none required unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... (cached) yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking for library containing inet_pton... none required unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared... (cached) yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether the compiler generally respects inline... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether isnan(double) can be used without linking with libm... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether isnan(float) can be used without linking with libm... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether isnan(float) works... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether isnan(long double) can be used without linking with libm... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether isnanl works... no unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... word 2 bit 0 unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking if gcc/ld supports -Wl,--output-def... no unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking if LD -Wl,--version-script works... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether lseek detects pipes... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... (cached) yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether NAN macro works... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether HUGE_VAL works... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether acosf is declared without a macro... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether acosl is declared without a macro... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether asinf is declared without a macro... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether asinl is declared without a macro... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether atanf is declared without a macro... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether atanl is declared without a macro... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether cbrt is declared without a macro... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether cbrtf is declared without a macro... yes unit-oai-hss-0: 16:21:27 DEBUG unit.oai-hss/0.install checking whether cbrtl is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether ceilf is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether ceill is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether copysign is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether copysignf is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether copysignl is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether cosf is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether cosl is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether coshf is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether expf is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether expl is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether exp2 is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether exp2f is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether exp2l is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether expm1 is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether expm1f is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether expm1l is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether fabsf is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether fabsl is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether floorf is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether floorl is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether fma is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether fmaf is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether fmal is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether fmod is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether fmodf is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether fmodl is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether frexpf is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether frexpl is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether hypotf is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether hypotl is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether ilogb is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether ilogbf is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether ilogbl is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether ldexpf is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether log is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether logf is declared without a macro... yes unit-oai-hss-0: 16:21:28 DEBUG unit.oai-hss/0.install checking whether logl is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether log10 is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether log10f is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether log10l is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether log1p is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether log1pf is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether log1pl is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether log2 is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether log2f is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether log2l is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether logb is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether logbf is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether logbl is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether modf is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether modff is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether modfl is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether powf is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether remainder is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether remainderf is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether remainderl is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether rint is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether rintf is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether rintl is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether round is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether roundf is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether roundl is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether sinf is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether sinl is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether sinhf is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether sqrtf is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether sqrtl is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether tanf is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether tanl is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether tanhf is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether trunc is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether truncf is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether truncl is declared without a macro... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking for memmem... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether memmem works... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking for mempcpy... yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:29 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking for opendir... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking for pmccabe... false unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether frexp works... (cached) yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether ldexp can be used without linking with libm... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... (cached) yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether frexpl works... (cached) yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... (cached) yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether ldexpl() can be used without linking with libm... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether ldexpl works... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared... (cached) yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... (cached) yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... (cached) yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking for rawmemchr... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking for readdir... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking for scandir... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether select supports a 0 argument... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether select detects invalid fds... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... (cached) none required unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking for getservbyname... (cached) yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking for volatile sig_atomic_t... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking for sighandler_t... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether pthread_sigmask is declared without a macro... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether sigaction is declared without a macro... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether sigaddset is declared without a macro... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether sigdelset is declared without a macro... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether sigemptyset is declared without a macro... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether sigfillset is declared without a macro... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether sigismember is declared without a macro... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether sigpending is declared without a macro... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether sigprocmask is declared without a macro... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking for signbit macro... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking for signbit compiler built-ins... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking for SIZE_MAX... yes unit-oai-hss-0: 16:21:30 DEBUG unit.oai-hss/0.install checking whether sleep is declared... yes unit-oai-hss-0: 16:21:31 DEBUG unit.oai-hss/0.install checking for working sleep... yes unit-oai-hss-0: 16:21:31 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 16:21:31 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... yes unit-oai-hss-0: 16:21:31 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... yes unit-oai-hss-0: 16:21:31 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... (cached) none needed unit-oai-hss-0: 16:21:31 DEBUG unit.oai-hss/0.install checking for socklen_t... yes unit-oai-hss-0: 16:21:31 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 16:21:31 DEBUG unit.oai-hss/0.install checking for working stdalign.h... yes unit-oai-hss-0: 16:21:31 DEBUG unit.oai-hss/0.install checking for va_copy... yes unit-oai-hss-0: 16:21:31 DEBUG unit.oai-hss/0.install checking whether NULL can be used in arbitrary expressions... yes unit-oai-hss-0: 16:21:31 DEBUG unit.oai-hss/0.install checking whether dprintf is declared without a macro... yes unit-oai-hss-0: 16:21:31 DEBUG unit.oai-hss/0.install checking whether fpurge is declared without a macro... no unit-oai-hss-0: 16:21:31 DEBUG unit.oai-hss/0.install checking whether fseeko is declared without a macro... yes unit-oai-hss-0: 16:21:31 DEBUG unit.oai-hss/0.install checking whether ftello is declared without a macro... yes unit-oai-hss-0: 16:21:31 DEBUG unit.oai-hss/0.install checking whether getdelim is declared without a macro... yes unit-oai-hss-0: 16:21:31 DEBUG unit.oai-hss/0.install checking whether getline is declared without a macro... yes unit-oai-hss-0: 16:21:31 DEBUG unit.oai-hss/0.install checking whether gets is declared without a macro... no unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether pclose is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether popen is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether renameat is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether snprintf is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether tmpfile is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether vdprintf is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether _Exit is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether atoll is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether canonicalize_file_name is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether getloadavg is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether getsubopt is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether grantpt is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether initstate is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether initstate_r is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether mkdtemp is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether mkostemp is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether mkostemps is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether mkstemp is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether mkstemps is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether posix_openpt is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether ptsname is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether ptsname_r is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether random is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether random_r is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether realpath is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether rpmatch is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether secure_getenv is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether setenv is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether setstate is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether setstate_r is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether srandom is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether srandom_r is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether strtod is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether strtoll is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether strtoull is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether unlockpt is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared without a macro... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking for strcasecmp... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking for strncasecmp... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared... (cached) yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking for strchrnul... yes unit-oai-hss-0: 16:21:32 DEBUG unit.oai-hss/0.install checking whether strchrnul works... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking for working strerror function... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking for working strndup... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking for working strnlen... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking for strtok_r... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether strtok_r works... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking for strverscmp... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking for sa_family_t... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking for nlink_t... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... (cached) yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether localtime_r is declared... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether localtime_r is compatible with its POSIX signature... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking for library containing timer_settime... -lrt unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking for timer_settime... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether chdir is declared without a macro... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether chown is declared without a macro... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether dup is declared without a macro... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether dup2 is declared without a macro... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether dup3 is declared without a macro... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether environ is declared without a macro... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether euidaccess is declared without a macro... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether faccessat is declared without a macro... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether fchdir is declared without a macro... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether fchownat is declared without a macro... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether fdatasync is declared without a macro... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether fsync is declared without a macro... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether ftruncate is declared without a macro... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether getcwd is declared without a macro... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether getdomainname is declared without a macro... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether getdtablesize is declared without a macro... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether getgroups is declared without a macro... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether gethostname is declared without a macro... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether getlogin is declared without a macro... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether getlogin_r is declared without a macro... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared without a macro... yes unit-oai-hss-0: 16:21:33 DEBUG unit.oai-hss/0.install checking whether getusershell is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether setusershell is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether endusershell is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether group_member is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether isatty is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether lchown is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether link is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether linkat is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether lseek is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether pipe is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether pipe2 is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether pread is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether pwrite is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether readlink is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether readlinkat is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether rmdir is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether sethostname is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether sleep is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether symlink is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether symlinkat is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether ttyname_r is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether unlink is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether unlinkat is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether usleep is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking for vasprintf... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... (cached) yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking for vsnprintf... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... (cached) yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... (cached) yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether btowc is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether wctob is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether mbsinit is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether mbrtowc is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether mbrlen is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether mbsrtowcs is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether mbsnrtowcs is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether wcrtomb is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether wcsrtombs is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether wcsnrtombs is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether wcwidth is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether wmemchr is declared without a macro... yes unit-oai-hss-0: 16:21:34 DEBUG unit.oai-hss/0.install checking whether wmemcmp is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wmemcpy is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wmemmove is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wmemset is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcslen is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcsnlen is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcscpy is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcpcpy is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcsncpy is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcpncpy is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcscat is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcsncat is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcscmp is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcsncmp is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcscasecmp is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcsncasecmp is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcscoll is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcsxfrm is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcsdup is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcschr is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcsrchr is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcscspn is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcsspn is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcspbrk is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcsstr is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcstok is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether wcswidth is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking for a traditional french locale... none unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking for a turkish Unicode locale... none unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether fcntl is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether openat is declared without a macro... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether fdopen sets errno... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether getdtablesize works... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking for getpagesize... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared... (cached) yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether INT32_MAX < INTMAX_MAX... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether INT64_MAX == LONG_MAX... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether UINT32_MAX < UINTMAX_MAX... yes unit-oai-hss-0: 16:21:35 DEBUG unit.oai-hss/0.install checking whether UINT64_MAX == ULONG_MAX... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for ioctl... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for ioctl with POSIX signature... no unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... (cached) word 1 bit 20 unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... (cached) word 0 bit 23 unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... (cached) word 2 bit 0 unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking whether locale.h conforms to POSIX:2001... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking whether locale.h defines locale_t... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking whether struct lconv is properly defined... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking whether setlocale is declared without a macro... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking whether duplocale is declared without a macro... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for setlocale... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for uselocale... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for pthread_rwlock_t... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking whether open recognizes a trailing slash... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking whether perror matches strerror... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for putenv compatible with GNU and SVID... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking whether setenv validates arguments... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for a traditional french locale... (cached) none unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for a french Unicode locale... none unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for a traditional japanese locale... none unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for a transitional chinese locale... none unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on directories... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on files... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking whether symlink handles trailing slash correctly... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking whether declares ioctl... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking whether ioctl is declared without a macro... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for unsetenv... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for unsetenv() return type... int unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking whether unsetenv obeys POSIX... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking how to print strings... printf unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for fgrep... /bin/grep -F unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for ld used by gcc -std=gnu99... /usr/bin/ld unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking the maximum length of command line arguments... 1572864 unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking whether the shell understands some XSI constructs... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking whether the shell understands "+="... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking how to recognize dependent libraries... pass_all unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for dlltool... dlltool unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for archiver @FILE support... @ unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for strip... strip unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for ranlib... (cached) ranlib unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for sysroot... no unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for mt... mt unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking if mt is a manifest tool... no unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for dlfcn.h... yes unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for objdir... .libs unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 16:21:36 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 static flag -static works... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking whether -lc should be explicitly linked in... no unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking whether stripping libraries is possible... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking if libtool supports shared libraries... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking whether to build shared libraries... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking whether to build static libraries... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking how to run the C++ preprocessor... g++ -E unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for ld used by g++... /usr/bin/ld -m elf_x86_64 unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for g++ option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking if g++ PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking if g++ static flag -static works... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... (cached) yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... (cached) GNU/Linux ld.so unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for fork... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for getrusage... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for getpwuid_r... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for daemon... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for getpid... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for libpthread... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking how to link with libpthread... -lpthread unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking whether to build libdane... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for unbound library... no unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install *** libunbound was not found. Libdane will not be built. unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for P11_KIT... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for tss library... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for dirent.h that defines DIR... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for library containing opendir... none required unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for sys/mman.h... (cached) yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for sys/param.h... (cached) yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking sys/poll.h usability... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking sys/poll.h presence... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for sys/poll.h... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking sys/procset.h usability... no unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking sys/procset.h presence... no unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for sys/procset.h... no unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking sys/stropts.h usability... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking sys/stropts.h presence... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for sys/stropts.h... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for sys/time.h... (cached) yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking sys/un.h usability... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking sys/un.h presence... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for sys/un.h... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for dlfcn.h... (cached) yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking errno.h usability... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking errno.h presence... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for errno.h... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking fcntl.h usability... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking fcntl.h presence... yes unit-oai-hss-0: 16:21:37 DEBUG unit.oai-hss/0.install checking for fcntl.h... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking libgen.h usability... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking libgen.h presence... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for libgen.h... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking libintl.h usability... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking libintl.h presence... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for libintl.h... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for memory.h... (cached) yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking setjmp.h usability... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking setjmp.h presence... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for setjmp.h... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for stdbool.h... (cached) yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for sysexits.h... (cached) yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking utime.h usability... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking utime.h presence... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for utime.h... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking stdarg.h usability... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking stdarg.h presence... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for stdarg.h... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for string.h... (cached) yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking limits.h usability... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking limits.h presence... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for limits.h... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for runetype.h... no unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for wchar.h... (cached) yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for int8_t... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for uint8_t... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for int16_t... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for uint16_t... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for int32_t... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for uint32_t... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for intptr_t... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for uintptr_t... yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for uint_t... no unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for pid_t... (cached) yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking for size_t... (cached) yes unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking size of char*... 8 unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking size of int... (cached) 4 unit-oai-hss-0: 16:21:38 DEBUG unit.oai-hss/0.install checking size of long... (cached) 8 unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking size of short... 2 unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for pathfind in -lgen... no unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for gettext in -lintl... no unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for vprintf... yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for _doprnt... no unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking vfork.h usability... no unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking vfork.h presence... no unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for vfork.h... no unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for fork... (cached) yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for vfork... yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for working fork... yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for working vfork... (cached) yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for canonicalize_file_name... yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for strchr... yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for strrchr... yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for strsignal... yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for fchmod... yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for fstat... yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for chmod... yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... (cached) /bin/sed unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install configure: Using supplied libopts tearoff unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking whether a reg expr header is specified... no unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking whether with-libregex was specified... no unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking whether with-libregex-cflags was specified... no unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking whether with-libregex-libs was specified... no unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking whether libregex functions properly... yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking whether pathfind(3) works... no unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking whether /dev/zero is readable device... crw-rw-rw- 1 root root 1, 5 Apr 25 16:17 /dev/zero unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking whether we have a functional realpath(3C)... yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking whether strftime() works... yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking whether fopen accepts "b" mode... yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking whether fopen accepts "t" mode... yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking whether not wanting optional option args... yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking size of unsigned long int... 8 unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking size of unsigned int... 4 unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking whether to include zlib compression support... yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for libz... yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking how to link with libz... -lz unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking whether building Guile bindings... yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install *** Detecting GNU Guile... unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for guile-snarf... no unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install configure: WARNING: `guile-snarf' from Guile 1.8 not found. Guile bindings not built. unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install *** Checking dependencies for crywrap... unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... (cached) yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for sys/types.h... (cached) yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking return type of signal handlers... void unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 16:21:39 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking types of arguments for select... int,fd_set *,struct timeval * unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for alarm... yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for atexit... yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for dup2... yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for epoll_create... yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for kqueue... no unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for memchr... yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for memset... yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for munmap... yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for putenv... yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for regcomp... yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for scandir... (cached) yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for select... yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for socket... yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for strcasecmp... (cached) yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for strchr... (cached) yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for strncasecmp... (cached) yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for strrchr... (cached) yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for strstr... yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for strtoul... yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for uname... yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking for LIBIDN... yes unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install checking that generated files are newer than configure... done unit-oai-hss-0: 16:21:40 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating src/libopts/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating guile/pre-inst-guile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating doc/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/openpgp/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/srp/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/x509/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating doc/cyclo/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating doc/doxygen/Doxyfile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating doc/examples/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating doc/latex/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating doc/manpages/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/version.xml unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating doc/scripts/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating extra/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating extra/includes/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating libdane/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating libdane/includes/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating libdane/gnutls-dane.pc unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating gl/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating gl/tests/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating guile/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating guile/modules/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating guile/src/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating guile/tests/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating lib/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/x86/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating lib/algorithms/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating lib/auth/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating lib/ext/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating lib/extras/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating lib/gnutls.pc unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/gnutls/gnutls.h unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating lib/minitasn1/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating lib/nettle/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating lib/opencdk/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating lib/openpgp/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating lib/x509/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile.in unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating src/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating src/crywrap/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating tests/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating tests/cert-tests/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating tests/dsa/Makefile unit-oai-hss-0: 16:21:41 DEBUG unit.oai-hss/0.install config.status: creating tests/dtls/Makefile unit-oai-hss-0: 16:21:42 DEBUG unit.oai-hss/0.install config.status: creating tests/srp/Makefile unit-oai-hss-0: 16:21:42 DEBUG unit.oai-hss/0.install config.status: creating tests/ecdsa/Makefile unit-oai-hss-0: 16:21:42 DEBUG unit.oai-hss/0.install config.status: creating tests/key-id/Makefile unit-oai-hss-0: 16:21:42 DEBUG unit.oai-hss/0.install config.status: creating tests/openpgp-certs/Makefile unit-oai-hss-0: 16:21:42 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs1-padding/Makefile unit-oai-hss-0: 16:21:42 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs12-decode/Makefile unit-oai-hss-0: 16:21:42 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs8-decode/Makefile unit-oai-hss-0: 16:21:42 DEBUG unit.oai-hss/0.install config.status: creating tests/rsa-md5-collision/Makefile unit-oai-hss-0: 16:21:42 DEBUG unit.oai-hss/0.install config.status: creating tests/safe-renegotiation/Makefile unit-oai-hss-0: 16:21:42 DEBUG unit.oai-hss/0.install config.status: creating tests/scripts/Makefile unit-oai-hss-0: 16:21:42 DEBUG unit.oai-hss/0.install config.status: creating tests/sha2/Makefile unit-oai-hss-0: 16:21:42 DEBUG unit.oai-hss/0.install config.status: creating tests/slow/Makefile unit-oai-hss-0: 16:21:42 DEBUG unit.oai-hss/0.install config.status: creating tests/suite/Makefile unit-oai-hss-0: 16:21:42 DEBUG unit.oai-hss/0.install config.status: creating tests/userid/Makefile unit-oai-hss-0: 16:21:42 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 16:21:42 DEBUG unit.oai-hss/0.install config.status: executing depfiles commands unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install config.status: executing po-directories commands unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install config.status: creating po/POTFILES unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install config.status: executing libtool commands unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install version: 3.1.23 shared 49:3:21 unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install Host/Target system: x86_64-unknown-linux-gnu unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install Build system: x86_64-unknown-linux-gnu unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install Compiler: gcc -std=gnu99 unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install CFlags: -g -O2 unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install Library types: Shared=yes, Static=yes unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install configure: External hardware support: unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install /dev/crypto: no unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install Hardware accel: x86-64 unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install PKCS#11 support: yes unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install TPM support: yes unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install configure: Optional features: unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install (note that included applications might not compile properly unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install if features are disabled) unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install DTLS-SRTP support: yes unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install OCSP support: yes unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install OpenPGP support: yes unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install SRP support: yes unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install PSK support: yes unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install DHE support: yes unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install ECDHE support: yes unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install RSA-EXPORT support: yes unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install Anon auth support: yes unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install Heartbeat support: yes unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install configure: Optional applications: unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install crywrap app: yes unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install local libopts: yes unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install local libtasn1: no unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install configure: Optional libraries: unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install Guile wrappers: no unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install C++ library: yes unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install DANE library: no unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install OpenSSL compat: yes unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install configure: System files: unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install Trust store pkcs: unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install Trust store file: /etc/ssl/certs/ca-certificates.crt unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install Blacklist file: unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install CRL file: unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install DNSSEC root key file: /etc/unbound/root.key unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install *** The DNSSEC root key file in /etc/unbound/root.key was not found. unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install *** This file is needed for the verification of DNSSEC responses. unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install *** Use the command: unbound-anchor -a "/etc/unbound/root.key" unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install *** to generate or update it. unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install Compiling gnutls unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install Making all in gl unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN alloca.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN arpa/inet.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN dirent.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN getopt.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN iconv.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN math.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN netdb.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN signal.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN stdio.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN stdlib.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN string.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN strings.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN sys/select.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN sys/socket.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN sys/stat.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN sys/time.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN sys/types.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN sys/uio.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN time.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN unistd.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN unistr.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN unitypes.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN wchar.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN fcntl.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN inttypes.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN locale.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install GEN sys/ioctl.h unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `all-am'. unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install CC argp-ba.lo unit-oai-hss-0: 16:21:43 DEBUG unit.oai-hss/0.install CC argp-eexst.lo unit-oai-hss-0: 16:21:44 DEBUG unit.oai-hss/0.install CC argp-fmtstream.lo unit-oai-hss-0: 16:21:44 DEBUG unit.oai-hss/0.install CC argp-fs-xinl.lo unit-oai-hss-0: 16:21:44 DEBUG unit.oai-hss/0.install CC argp-help.lo unit-oai-hss-0: 16:21:45 DEBUG unit.oai-hss/0.install CC argp-parse.lo unit-oai-hss-0: 16:21:45 DEBUG unit.oai-hss/0.install CC argp-pin.lo unit-oai-hss-0: 16:21:45 DEBUG unit.oai-hss/0.install CC argp-pv.lo unit-oai-hss-0: 16:21:45 DEBUG unit.oai-hss/0.install CC argp-pvh.lo unit-oai-hss-0: 16:21:45 DEBUG unit.oai-hss/0.install CC argp-xinl.lo unit-oai-hss-0: 16:21:45 DEBUG unit.oai-hss/0.install CC base64.lo unit-oai-hss-0: 16:21:45 DEBUG unit.oai-hss/0.install CC c-ctype.lo unit-oai-hss-0: 16:21:45 DEBUG unit.oai-hss/0.install CC c-strcasecmp.lo unit-oai-hss-0: 16:21:45 DEBUG unit.oai-hss/0.install CC c-strncasecmp.lo unit-oai-hss-0: 16:21:45 DEBUG unit.oai-hss/0.install CC dirname-lgpl.lo unit-oai-hss-0: 16:21:46 DEBUG unit.oai-hss/0.install CC basename-lgpl.lo unit-oai-hss-0: 16:21:46 DEBUG unit.oai-hss/0.install CC stripslash.lo unit-oai-hss-0: 16:21:46 DEBUG unit.oai-hss/0.install CC fd-hook.lo unit-oai-hss-0: 16:21:46 DEBUG unit.oai-hss/0.install CC gettime.lo unit-oai-hss-0: 16:21:46 DEBUG unit.oai-hss/0.install CC hash-pjw-bare.lo unit-oai-hss-0: 16:21:46 DEBUG unit.oai-hss/0.install CC math.lo unit-oai-hss-0: 16:21:46 DEBUG unit.oai-hss/0.install CC printf-frexp.lo unit-oai-hss-0: 16:21:46 DEBUG unit.oai-hss/0.install CC printf-frexpl.lo unit-oai-hss-0: 16:21:46 DEBUG unit.oai-hss/0.install CC progname.lo unit-oai-hss-0: 16:21:46 DEBUG unit.oai-hss/0.install CC read-file.lo unit-oai-hss-0: 16:21:46 DEBUG unit.oai-hss/0.install CC sockets.lo unit-oai-hss-0: 16:21:46 DEBUG unit.oai-hss/0.install CC sys_socket.lo unit-oai-hss-0: 16:21:46 DEBUG unit.oai-hss/0.install CC glthread/threadlib.lo unit-oai-hss-0: 16:21:46 DEBUG unit.oai-hss/0.install CC timespec.lo unit-oai-hss-0: 16:21:46 DEBUG unit.oai-hss/0.install CC u64.lo unit-oai-hss-0: 16:21:46 DEBUG unit.oai-hss/0.install CC unistd.lo unit-oai-hss-0: 16:21:46 DEBUG unit.oai-hss/0.install CC unistr/u8-mbtoucr.lo unit-oai-hss-0: 16:21:46 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb.lo unit-oai-hss-0: 16:21:46 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb-aux.lo unit-oai-hss-0: 16:21:47 DEBUG unit.oai-hss/0.install CC version-etc.lo unit-oai-hss-0: 16:21:47 DEBUG unit.oai-hss/0.install CC version-etc-fsf.lo unit-oai-hss-0: 16:21:47 DEBUG unit.oai-hss/0.install CC xsize.lo unit-oai-hss-0: 16:21:47 DEBUG unit.oai-hss/0.install CC asnprintf.lo unit-oai-hss-0: 16:21:47 DEBUG unit.oai-hss/0.install CC fseterr.lo unit-oai-hss-0: 16:21:47 DEBUG unit.oai-hss/0.install CC getopt.lo unit-oai-hss-0: 16:21:47 DEBUG unit.oai-hss/0.install CC getopt1.lo unit-oai-hss-0: 16:21:47 DEBUG unit.oai-hss/0.install CC isnanl.lo unit-oai-hss-0: 16:21:47 DEBUG unit.oai-hss/0.install CC printf-args.lo unit-oai-hss-0: 16:21:47 DEBUG unit.oai-hss/0.install CC printf-parse.lo unit-oai-hss-0: 16:21:48 DEBUG unit.oai-hss/0.install CC vasnprintf.lo unit-oai-hss-0: 16:21:48 DEBUG unit.oai-hss/0.install CC vfprintf.lo unit-oai-hss-0: 16:21:48 DEBUG unit.oai-hss/0.install CC vprintf.lo unit-oai-hss-0: 16:21:48 DEBUG unit.oai-hss/0.install CCLD libgnu.la unit-oai-hss-0: 16:21:48 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:21:48 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:21:48 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:21:48 DEBUG unit.oai-hss/0.install Making all in lib unit-oai-hss-0: 16:21:48 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 16:21:48 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 16:21:48 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 16:21:48 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:21:48 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 16:21:48 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 16:21:48 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 16:21:48 DEBUG unit.oai-hss/0.install CC common.lo unit-oai-hss-0: 16:21:49 DEBUG unit.oai-hss/0.install CC key_encode.lo unit-oai-hss-0: 16:21:49 DEBUG unit.oai-hss/0.install CC key_decode.lo unit-oai-hss-0: 16:21:49 DEBUG unit.oai-hss/0.install CC crl.lo unit-oai-hss-0: 16:21:50 DEBUG unit.oai-hss/0.install CC crl_write.lo unit-oai-hss-0: 16:21:50 DEBUG unit.oai-hss/0.install CC crq.lo unit-oai-hss-0: 16:21:51 DEBUG unit.oai-hss/0.install CC dn.lo unit-oai-hss-0: 16:21:51 DEBUG unit.oai-hss/0.install CC extensions.lo unit-oai-hss-0: 16:21:52 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 16:21:52 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 16:21:53 DEBUG unit.oai-hss/0.install CC pbkdf2-sha1.lo unit-oai-hss-0: 16:21:53 DEBUG unit.oai-hss/0.install CC pkcs12.lo unit-oai-hss-0: 16:21:53 DEBUG unit.oai-hss/0.install CC pkcs12_bag.lo unit-oai-hss-0: 16:21:54 DEBUG unit.oai-hss/0.install CC pkcs12_encr.lo unit-oai-hss-0: 16:21:54 DEBUG unit.oai-hss/0.install CC pkcs7.lo unit-oai-hss-0: 16:21:54 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 16:21:55 DEBUG unit.oai-hss/0.install CC privkey_pkcs8.lo unit-oai-hss-0: 16:21:55 DEBUG unit.oai-hss/0.install CC privkey_openssl.lo unit-oai-hss-0: 16:21:55 DEBUG unit.oai-hss/0.install CC rfc2818_hostname.lo unit-oai-hss-0: 16:21:56 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 16:21:56 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 16:21:56 DEBUG unit.oai-hss/0.install CC x509.lo unit-oai-hss-0: 16:21:57 DEBUG unit.oai-hss/0.install CC x509_dn.lo unit-oai-hss-0: 16:21:57 DEBUG unit.oai-hss/0.install CC x509_write.lo unit-oai-hss-0: 16:21:58 DEBUG unit.oai-hss/0.install CC verify-high.lo unit-oai-hss-0: 16:21:58 DEBUG unit.oai-hss/0.install CC verify-high2.lo unit-oai-hss-0: 16:21:58 DEBUG unit.oai-hss/0.install CC ocsp.lo unit-oai-hss-0: 16:21:59 DEBUG unit.oai-hss/0.install CC ocsp_output.lo unit-oai-hss-0: 16:21:59 DEBUG unit.oai-hss/0.install CCLD libgnutls_x509.la unit-oai-hss-0: 16:21:59 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 16:21:59 DEBUG unit.oai-hss/0.install Making all in accelerated unit-oai-hss-0: 16:21:59 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 16:21:59 DEBUG unit.oai-hss/0.install Making all in x86 unit-oai-hss-0: 16:21:59 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 16:21:59 DEBUG unit.oai-hss/0.install CC sha-padlock.lo unit-oai-hss-0: 16:21:59 DEBUG unit.oai-hss/0.install CC hmac-padlock.lo unit-oai-hss-0: 16:22:00 DEBUG unit.oai-hss/0.install CC aes-x86.lo unit-oai-hss-0: 16:22:00 DEBUG unit.oai-hss/0.install CC aes-padlock.lo unit-oai-hss-0: 16:22:00 DEBUG unit.oai-hss/0.install CC aes-gcm-padlock.lo unit-oai-hss-0: 16:22:00 DEBUG unit.oai-hss/0.install CC aes-gcm-x86.lo unit-oai-hss-0: 16:22:00 DEBUG unit.oai-hss/0.install CCAS appro-aes-x86-64.lo unit-oai-hss-0: 16:22:00 DEBUG unit.oai-hss/0.install CCAS appro-aes-gcm-x86-64.lo unit-oai-hss-0: 16:22:00 DEBUG unit.oai-hss/0.install CCAS padlock-x86-64.lo unit-oai-hss-0: 16:22:00 DEBUG unit.oai-hss/0.install CCAS cpuid-x86-64.lo unit-oai-hss-0: 16:22:00 DEBUG unit.oai-hss/0.install CCLD libx86.la unit-oai-hss-0: 16:22:00 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 16:22:00 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 16:22:00 DEBUG unit.oai-hss/0.install CC accelerated.lo unit-oai-hss-0: 16:22:01 DEBUG unit.oai-hss/0.install CC cryptodev.lo unit-oai-hss-0: 16:22:01 DEBUG unit.oai-hss/0.install CC cryptodev-gcm.lo unit-oai-hss-0: 16:22:01 DEBUG unit.oai-hss/0.install CCLD libaccelerated.la unit-oai-hss-0: 16:22:01 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 16:22:01 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 16:22:01 DEBUG unit.oai-hss/0.install Making all in auth unit-oai-hss-0: 16:22:01 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 16:22:01 DEBUG unit.oai-hss/0.install CC anon.lo unit-oai-hss-0: 16:22:01 DEBUG unit.oai-hss/0.install CC cert.lo unit-oai-hss-0: 16:22:02 DEBUG unit.oai-hss/0.install CC dh_common.lo unit-oai-hss-0: 16:22:02 DEBUG unit.oai-hss/0.install CC dhe.lo unit-oai-hss-0: 16:22:02 DEBUG unit.oai-hss/0.install CC dhe_psk.lo unit-oai-hss-0: 16:22:02 DEBUG unit.oai-hss/0.install CC psk.lo unit-oai-hss-0: 16:22:03 DEBUG unit.oai-hss/0.install CC psk_passwd.lo unit-oai-hss-0: 16:22:03 DEBUG unit.oai-hss/0.install CC rsa.lo unit-oai-hss-0: 16:22:03 DEBUG unit.oai-hss/0.install CC rsa_export.lo unit-oai-hss-0: 16:22:03 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 16:22:04 DEBUG unit.oai-hss/0.install CC srp_passwd.lo unit-oai-hss-0: 16:22:04 DEBUG unit.oai-hss/0.install CC srp_rsa.lo unit-oai-hss-0: 16:22:04 DEBUG unit.oai-hss/0.install CC srp_sb64.lo unit-oai-hss-0: 16:22:04 DEBUG unit.oai-hss/0.install CC anon_ecdh.lo unit-oai-hss-0: 16:22:04 DEBUG unit.oai-hss/0.install CC ecdhe.lo unit-oai-hss-0: 16:22:05 DEBUG unit.oai-hss/0.install CCLD libgnutls_auth.la unit-oai-hss-0: 16:22:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 16:22:05 DEBUG unit.oai-hss/0.install Making all in ext unit-oai-hss-0: 16:22:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 16:22:05 DEBUG unit.oai-hss/0.install CC max_record.lo unit-oai-hss-0: 16:22:05 DEBUG unit.oai-hss/0.install CC cert_type.lo unit-oai-hss-0: 16:22:05 DEBUG unit.oai-hss/0.install CC server_name.lo unit-oai-hss-0: 16:22:05 DEBUG unit.oai-hss/0.install CC signature.lo unit-oai-hss-0: 16:22:05 DEBUG unit.oai-hss/0.install CC safe_renegotiation.lo unit-oai-hss-0: 16:22:06 DEBUG unit.oai-hss/0.install CC session_ticket.lo unit-oai-hss-0: 16:22:06 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 16:22:06 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 16:22:06 DEBUG unit.oai-hss/0.install CC heartbeat.lo unit-oai-hss-0: 16:22:07 DEBUG unit.oai-hss/0.install CC status_request.lo unit-oai-hss-0: 16:22:07 DEBUG unit.oai-hss/0.install CC new_record_padding.lo unit-oai-hss-0: 16:22:07 DEBUG unit.oai-hss/0.install CC srtp.lo unit-oai-hss-0: 16:22:07 DEBUG unit.oai-hss/0.install CCLD libgnutls_ext.la unit-oai-hss-0: 16:22:07 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 16:22:07 DEBUG unit.oai-hss/0.install Making all in algorithms unit-oai-hss-0: 16:22:07 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 16:22:07 DEBUG unit.oai-hss/0.install CC cert_types.lo unit-oai-hss-0: 16:22:08 DEBUG unit.oai-hss/0.install CC ciphers.lo unit-oai-hss-0: 16:22:08 DEBUG unit.oai-hss/0.install CC ciphersuites.lo unit-oai-hss-0: 16:22:08 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 16:22:08 DEBUG unit.oai-hss/0.install CC kx.lo unit-oai-hss-0: 16:22:08 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 16:22:08 DEBUG unit.oai-hss/0.install CC protocols.lo unit-oai-hss-0: 16:22:09 DEBUG unit.oai-hss/0.install CC publickey.lo unit-oai-hss-0: 16:22:09 DEBUG unit.oai-hss/0.install CC secparams.lo unit-oai-hss-0: 16:22:09 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 16:22:09 DEBUG unit.oai-hss/0.install CCLD libgnutls_alg.la unit-oai-hss-0: 16:22:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 16:22:09 DEBUG unit.oai-hss/0.install Making all in extras unit-oai-hss-0: 16:22:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 16:22:09 DEBUG unit.oai-hss/0.install CC randomart.lo unit-oai-hss-0: 16:22:09 DEBUG unit.oai-hss/0.install CCLD libgnutls_extras.la unit-oai-hss-0: 16:22:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 16:22:09 DEBUG unit.oai-hss/0.install Making all in opencdk unit-oai-hss-0: 16:22:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 16:22:09 DEBUG unit.oai-hss/0.install CC armor.lo unit-oai-hss-0: 16:22:10 DEBUG unit.oai-hss/0.install CC kbnode.lo unit-oai-hss-0: 16:22:10 DEBUG unit.oai-hss/0.install CC sig-check.lo unit-oai-hss-0: 16:22:10 DEBUG unit.oai-hss/0.install CC hash.lo unit-oai-hss-0: 16:22:10 DEBUG unit.oai-hss/0.install CC keydb.lo unit-oai-hss-0: 16:22:11 DEBUG unit.oai-hss/0.install CC pubkey.lo unit-oai-hss-0: 16:22:12 DEBUG unit.oai-hss/0.install CC stream.lo unit-oai-hss-0: 16:22:12 DEBUG unit.oai-hss/0.install CC write-packet.lo unit-oai-hss-0: 16:22:12 DEBUG unit.oai-hss/0.install CC misc.lo unit-oai-hss-0: 16:22:13 DEBUG unit.oai-hss/0.install CC seskey.lo unit-oai-hss-0: 16:22:13 DEBUG unit.oai-hss/0.install CC literal.lo unit-oai-hss-0: 16:22:13 DEBUG unit.oai-hss/0.install CC new-packet.lo unit-oai-hss-0: 16:22:13 DEBUG unit.oai-hss/0.install CC read-packet.lo unit-oai-hss-0: 16:22:14 DEBUG unit.oai-hss/0.install CCLD libminiopencdk.la unit-oai-hss-0: 16:22:14 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 16:22:14 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 16:22:14 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 16:22:14 DEBUG unit.oai-hss/0.install CC pgp.lo unit-oai-hss-0: 16:22:14 DEBUG unit.oai-hss/0.install CC pgpverify.lo unit-oai-hss-0: 16:22:15 DEBUG unit.oai-hss/0.install CC extras.lo unit-oai-hss-0: 16:22:15 DEBUG unit.oai-hss/0.install CC compat.lo unit-oai-hss-0: 16:22:15 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 16:22:15 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 16:22:16 DEBUG unit.oai-hss/0.install CC gnutls_openpgp.lo unit-oai-hss-0: 16:22:16 DEBUG unit.oai-hss/0.install CCLD libgnutls_openpgp.la unit-oai-hss-0: 16:22:16 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 16:22:16 DEBUG unit.oai-hss/0.install Making all in nettle unit-oai-hss-0: 16:22:16 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 16:22:16 DEBUG unit.oai-hss/0.install CC pk.lo unit-oai-hss-0: 16:22:16 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 16:22:17 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 16:22:17 DEBUG unit.oai-hss/0.install CC cipher.lo unit-oai-hss-0: 16:22:17 DEBUG unit.oai-hss/0.install CC rnd.lo unit-oai-hss-0: 16:22:17 DEBUG unit.oai-hss/0.install CC init.lo unit-oai-hss-0: 16:22:17 DEBUG unit.oai-hss/0.install CC egd.lo unit-oai-hss-0: 16:22:18 DEBUG unit.oai-hss/0.install CC multi.lo unit-oai-hss-0: 16:22:18 DEBUG unit.oai-hss/0.install CC wmnaf.lo unit-oai-hss-0: 16:22:18 DEBUG unit.oai-hss/0.install CC ecc_free.lo unit-oai-hss-0: 16:22:18 DEBUG unit.oai-hss/0.install CC ecc_make_key.lo unit-oai-hss-0: 16:22:18 DEBUG unit.oai-hss/0.install CC ecc_shared_secret.lo unit-oai-hss-0: 16:22:18 DEBUG unit.oai-hss/0.install CC ecc_map.lo unit-oai-hss-0: 16:22:18 DEBUG unit.oai-hss/0.install CC ecc_mulmod.lo unit-oai-hss-0: 16:22:18 DEBUG unit.oai-hss/0.install CC ecc_mulmod_cached.lo unit-oai-hss-0: 16:22:19 DEBUG unit.oai-hss/0.install CC ecc_points.lo unit-oai-hss-0: 16:22:19 DEBUG unit.oai-hss/0.install CC ecc_projective_dbl_point_3.lo unit-oai-hss-0: 16:22:19 DEBUG unit.oai-hss/0.install CC ecc_projective_isneutral.lo unit-oai-hss-0: 16:22:19 DEBUG unit.oai-hss/0.install CC ecc_projective_check_point.lo unit-oai-hss-0: 16:22:19 DEBUG unit.oai-hss/0.install CC ecc_projective_negate_point.lo unit-oai-hss-0: 16:22:19 DEBUG unit.oai-hss/0.install CC ecc_projective_add_point_ng.lo unit-oai-hss-0: 16:22:20 DEBUG unit.oai-hss/0.install CC ecc_sign_hash.lo unit-oai-hss-0: 16:22:20 DEBUG unit.oai-hss/0.install CC ecc_verify_hash.lo unit-oai-hss-0: 16:22:20 DEBUG unit.oai-hss/0.install CCLD libcrypto.la unit-oai-hss-0: 16:22:20 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 16:22:20 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 16:22:20 DEBUG unit.oai-hss/0.install CC gnutls_range.lo unit-oai-hss-0: 16:22:20 DEBUG unit.oai-hss/0.install CC gnutls_record.lo unit-oai-hss-0: 16:22:21 DEBUG unit.oai-hss/0.install CC gnutls_compress.lo unit-oai-hss-0: 16:22:21 DEBUG unit.oai-hss/0.install CC debug.lo unit-oai-hss-0: 16:22:21 DEBUG unit.oai-hss/0.install CC gnutls_cipher.lo unit-oai-hss-0: 16:22:21 DEBUG unit.oai-hss/0.install CC gnutls_mbuffers.lo unit-oai-hss-0: 16:22:22 DEBUG unit.oai-hss/0.install CC gnutls_buffers.lo unit-oai-hss-0: 16:22:22 DEBUG unit.oai-hss/0.install CC gnutls_handshake.lo unit-oai-hss-0: 16:22:23 DEBUG unit.oai-hss/0.install CC gnutls_num.lo unit-oai-hss-0: 16:22:23 DEBUG unit.oai-hss/0.install CC gnutls_errors.lo unit-oai-hss-0: 16:22:23 DEBUG unit.oai-hss/0.install CC gnutls_dh.lo unit-oai-hss-0: 16:22:24 DEBUG unit.oai-hss/0.install CC gnutls_kx.lo unit-oai-hss-0: 16:22:24 DEBUG unit.oai-hss/0.install CC gnutls_priority.lo unit-oai-hss-0: 16:22:24 DEBUG unit.oai-hss/0.install CC gnutls_hash_int.lo unit-oai-hss-0: 16:22:25 DEBUG unit.oai-hss/0.install CC gnutls_cipher_int.lo unit-oai-hss-0: 16:22:25 DEBUG unit.oai-hss/0.install CC gnutls_session.lo unit-oai-hss-0: 16:22:25 DEBUG unit.oai-hss/0.install CC gnutls_db.lo unit-oai-hss-0: 16:22:25 DEBUG unit.oai-hss/0.install CC x509_b64.lo unit-oai-hss-0: 16:22:26 DEBUG unit.oai-hss/0.install CC gnutls_extensions.lo unit-oai-hss-0: 16:22:26 DEBUG unit.oai-hss/0.install CC gnutls_auth.lo unit-oai-hss-0: 16:22:26 DEBUG unit.oai-hss/0.install CC gnutls_v2_compat.lo unit-oai-hss-0: 16:22:26 DEBUG unit.oai-hss/0.install CC gnutls_datum.lo unit-oai-hss-0: 16:22:26 DEBUG unit.oai-hss/0.install CC gnutls_session_pack.lo unit-oai-hss-0: 16:22:27 DEBUG unit.oai-hss/0.install CC gnutls_mpi.lo unit-oai-hss-0: 16:22:27 DEBUG unit.oai-hss/0.install CC gnutls_pk.lo unit-oai-hss-0: 16:22:27 DEBUG unit.oai-hss/0.install CC gnutls_cert.lo unit-oai-hss-0: 16:22:28 DEBUG unit.oai-hss/0.install CC gnutls_global.lo unit-oai-hss-0: 16:22:28 DEBUG unit.oai-hss/0.install CC gnutls_constate.lo unit-oai-hss-0: 16:22:28 DEBUG unit.oai-hss/0.install CC gnutls_anon_cred.lo unit-oai-hss-0: 16:22:28 DEBUG unit.oai-hss/0.install CC pkix_asn1_tab.lo unit-oai-hss-0: 16:22:28 DEBUG unit.oai-hss/0.install CC gnutls_asn1_tab.lo unit-oai-hss-0: 16:22:28 DEBUG unit.oai-hss/0.install CC gnutls_mem.lo unit-oai-hss-0: 16:22:29 DEBUG unit.oai-hss/0.install CC gnutls_ui.lo unit-oai-hss-0: 16:22:29 DEBUG unit.oai-hss/0.install CC gnutls_sig.lo unit-oai-hss-0: 16:22:29 DEBUG unit.oai-hss/0.install CC gnutls_ecc.lo unit-oai-hss-0: 16:22:29 DEBUG unit.oai-hss/0.install CC gnutls_dh_primes.lo unit-oai-hss-0: 16:22:30 DEBUG unit.oai-hss/0.install CC gnutls_alert.lo unit-oai-hss-0: 16:22:30 DEBUG unit.oai-hss/0.install CC system.lo unit-oai-hss-0: 16:22:30 DEBUG unit.oai-hss/0.install CC gnutls_str.lo unit-oai-hss-0: 16:22:30 DEBUG unit.oai-hss/0.install CC gnutls_state.lo unit-oai-hss-0: 16:22:31 DEBUG unit.oai-hss/0.install CC gnutls_x509.lo unit-oai-hss-0: 16:22:31 DEBUG unit.oai-hss/0.install CC gnutls_rsa_export.lo unit-oai-hss-0: 16:22:32 DEBUG unit.oai-hss/0.install CC gnutls_helper.lo unit-oai-hss-0: 16:22:32 DEBUG unit.oai-hss/0.install CC gnutls_supplemental.lo unit-oai-hss-0: 16:22:32 DEBUG unit.oai-hss/0.install CC random.lo unit-oai-hss-0: 16:22:32 DEBUG unit.oai-hss/0.install CC crypto-api.lo unit-oai-hss-0: 16:22:32 DEBUG unit.oai-hss/0.install CC gnutls_privkey.lo unit-oai-hss-0: 16:22:33 DEBUG unit.oai-hss/0.install CC gnutls_pcert.lo unit-oai-hss-0: 16:22:33 DEBUG unit.oai-hss/0.install CC gnutls_pubkey.lo unit-oai-hss-0: 16:22:33 DEBUG unit.oai-hss/0.install CC locks.lo unit-oai-hss-0: 16:22:33 DEBUG unit.oai-hss/0.install CC gnutls_dtls.lo unit-oai-hss-0: 16:22:34 DEBUG unit.oai-hss/0.install CC system_override.lo unit-oai-hss-0: 16:22:34 DEBUG unit.oai-hss/0.install CC crypto-backend.lo unit-oai-hss-0: 16:22:34 DEBUG unit.oai-hss/0.install CC verify-tofu.lo unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install CC pin.lo unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install CC tpm.lo unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install CC pkcs11.lo unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_add_provider': unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install pkcs11.c:237:3: warning: 'p11_kit_load_initialize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:86): Use p11_kit_module_load instead [-Wdeprecated-declarations] unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install if (p11_kit_load_initialize_module (name, &module) != CKR_OK) unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install pkcs11.c:253:7: warning: 'p11_kit_finalize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:83): Use module->C_Finalize instead [-Wdeprecated-declarations] unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (module); unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'initialize_automatic_p11_kit': unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install pkcs11.c:466:3: warning: 'p11_kit_initialize_registered' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:61): Use p11_kit_modules_load instead [-Wdeprecated-declarations] unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_registered (); unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install pkcs11.c:477:3: warning: 'p11_kit_registered_modules' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:67): Use p11_kit_modules_release instead [-Wdeprecated-declarations] unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install modules = p11_kit_registered_modules (); unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install pkcs11.c:480:7: warning: 'p11_kit_registered_module_to_name' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:73): Use p11_kit_module_get_name instead [-Wdeprecated-declarations] unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install name = p11_kit_registered_module_to_name (modules[i]); unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_reinit': unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install pkcs11.c:565:11: warning: 'p11_kit_initialize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:80): Use module->C_Initialize instead [-Wdeprecated-declarations] unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_module(providers[i].module); unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_deinit': unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install pkcs11.c:599:9: warning: 'p11_kit_finalize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:83): Use module->C_Finalize instead [-Wdeprecated-declarations] unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (providers[i].module); unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install pkcs11.c:604:5: warning: 'p11_kit_finalize_registered' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:64): Use p11_kit_modules_release instead [-Wdeprecated-declarations] unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install p11_kit_finalize_registered (); unit-oai-hss-0: 16:22:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:36 DEBUG unit.oai-hss/0.install CC pkcs11_privkey.lo unit-oai-hss-0: 16:22:36 DEBUG unit.oai-hss/0.install CC pkcs11_write.lo unit-oai-hss-0: 16:22:37 DEBUG unit.oai-hss/0.install CC pkcs11_secret.lo unit-oai-hss-0: 16:22:37 DEBUG unit.oai-hss/0.install CC gnutls_srp.lo unit-oai-hss-0: 16:22:37 DEBUG unit.oai-hss/0.install CC gnutls_psk.lo unit-oai-hss-0: 16:22:37 DEBUG unit.oai-hss/0.install CCLD libgnutls.la unit-oai-hss-0: 16:22:38 DEBUG unit.oai-hss/0.install copying selected object files to avoid basename conflicts... unit-oai-hss-0: 16:22:38 DEBUG unit.oai-hss/0.install CXX libgnutlsxx_la-gnutlsxx.lo unit-oai-hss-0: 16:22:39 DEBUG unit.oai-hss/0.install CXXLD libgnutlsxx.la unit-oai-hss-0: 16:22:39 DEBUG unit.oai-hss/0.install CC xssl.lo unit-oai-hss-0: 16:22:39 DEBUG unit.oai-hss/0.install CC xssl_getline.lo unit-oai-hss-0: 16:22:39 DEBUG unit.oai-hss/0.install CCLD libgnutls-xssl.la unit-oai-hss-0: 16:22:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 16:22:39 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 16:22:39 DEBUG unit.oai-hss/0.install Making all in extra unit-oai-hss-0: 16:22:39 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 16:22:39 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 16:22:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 16:22:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 16:22:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 16:22:39 DEBUG unit.oai-hss/0.install CC gnutls_openssl.lo unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install CC openssl_compat.lo unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install CCLD libgnutls-openssl.la unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install Making all in po unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install Making all in src unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install Making all in crywrap unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install CC crywrap.o unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_do_one': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install crywrap.c:867:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)insock, unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install crywrap.c:868:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)outsock); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_setup_pidfile': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install crywrap.c:819:10: warning: ignoring return value of 'fchown', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install fchown (pidfilefd, config->uid, (gid_t)-1); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install crywrap.c:823:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install write (pidfilefd, mypid, strlen (mypid)); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install CCLD crywrap unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install Making all in libopts unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install CC libopts_la-libopts.lo unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install In file included from libopts.c:24:0: unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install enum.c: In function 'enum_err': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install enum.c:112:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, ENUM_ERR_LINE, *(paz_names++)); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install enum.c:135:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install sprintf(zFmt, ENUM_ERR_WIDTH, (int)max_len); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install enum.c:148:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_SPACE_FMT, *(paz_names++)); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install enum.c:155:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_FMT, *paz_names); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install enum.c: In function 'optionEnumerationVal': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install enum.c:307:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(INVALID_FMT, ix); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install In file included from libopts.c:27:0: unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install find.c: In function 'opt_ambiguities': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install find.c:114:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_Name); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install find.c:119:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_DisableName); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install find.c: In function 'opt_set': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install find.c:219:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pOD->pzText); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install find.c: In function 'opt_find_short': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install find.c:432:21: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pRes->pzText); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install In file included from libopts.c:30:0: unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c: In function 'optionParseShell': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:147:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:157:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:166:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:178:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:184:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:195:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(SHOW_PROG_ENV, opts->pzPROGNAME); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_var_text': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:230:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(SET_TEXT_FMT, prog, var); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_usage': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:373:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install strftime(tm_nm_buf, AO_NAME_SIZE, TIME_FMT, ptm ); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:381:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(SHELL_MAGIC, shell_prog); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:383:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(PREAMBLE_FMT, START_MARK, out_nm, tm_nm_buf); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:386:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(END_PRE_FMT, opts->pzPROGNAME); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_wrapup': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:436:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(FINISH_LOOP, opts->pzPROGNAME); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_action': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:532:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, VER_STR); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:535:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(PAGE_USAGE_TEXT, opts->pzPROGNAME); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:538:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_LOAD_WARN); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:539:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:544:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SAVE_OPTS); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:545:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:547:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, LONG_USE_STR); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:551:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(SGL_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:555:24: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install od->pz_NAME, od->optMaxCt); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:557:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(MULTI_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:564:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:565:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:568:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:569:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:572:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_inaction': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:582:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SUPPRESS_LOAD); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:586:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:589:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:591:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_flag': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:614:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(zOptionFlag, od->optValue); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_match_expr': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:689:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(zOptionPartName, name_bf); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install makeshell.c:699:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(zOptionFullName, name); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install In file included from libopts.c:31:0: unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install nested.c: In function 'emit_special_char': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install nested.c:903:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install fprintf(fp, XML_HEX_BYTE_FMT, (ch & 0xFF)); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install In file included from libopts.c:33:0: unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install pgusage.c: In function 'open_tmp_usage': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install snprintf(bf, bfsz, TMP_FILE_FMT, tmpdir, my_pid); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install pgusage.c: In function 'mk_pager_cmd': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install snprintf(res, bfsz, PAGE_USAGE_FMT, pager, fname); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install In file included from libopts.c:34:0: unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionQuoteString': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install putshell.c:190:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install sprintf(out, MK_STR_OCT_FMT, ch); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_enumeration': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install putshell.c:277:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install putshell.c:283:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(QUOT_ARG_FMT, pOD->optArg.argString); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install putshell.c:288:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_membership': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install putshell.c:298:12: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install (int)(uintptr_t)(pOD->optCookie)); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install putshell.c:315:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(SHOW_VAL_FMT, (unsigned long)val); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_stacked_arg': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install putshell.c:330:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(zOptCookieCt, pOpts->pzPROGNAME, pOD->pz_NAME, ct); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install putshell.c:334:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install putshell.c:337:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionPutShell': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install putshell.c:375:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(zOptCtFmt, pOpts->curOptIdx-1); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install putshell.c:403:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(zEquivMode, pOpts->pzPROGNAME, pOD->pz_NAME, p->pz_NAME); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install putshell.c:442:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ? pOD->pz_DisablePfx : "false"); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install putshell.c:452:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install (int)pOD->optArg.argInt); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install putshell.c:472:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install (pOD->optArg.argBool == 0) ? "false" : "true"); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install putshell.c:484:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install pOD->optOccCt); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install putshell.c:491:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install putshell.c:493:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install In file included from libopts.c:37:0: unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install save.c: In function 'prt_value': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install save.c:351:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install fprintf(fp, NULL_ATR_FMT, ovp->pzName); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install save.c:366:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install fprintf(fp, TYPE_ATR_FMT, ovp->pzName, typ); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install save.c:386:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, ovp->pzName); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install save.c:392:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install fprintf(fp, NUMB_ATR_FMT, ovp->pzName, ovp->v.longVal); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install save.c:397:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ovp->v.boolVal ? "true" : "false"); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install save.c: In function 'prt_string': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install save.c:411:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_XML_FMT, name); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install save.c:439:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, name); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install save.c: In function 'prt_val_list': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install save.c:459:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_CLOSE_FMT, name); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install save.c:463:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, name); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install save.c: In function 'prt_nested': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install save.c:503:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, p->pz_Name); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install save.c: In function 'open_sv_file': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install save.c:556:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install fprintf(fp, zPresetFile, time_str); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install In file included from libopts.c:44:0: unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install usage.c: In function 'print_usage_details': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install usage.c:352:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install usage.c:357:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install usage.c: In function 'print_one_paragraph': unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install usage.c:437:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install fprintf(fp, PUTS_FMT, t); unit-oai-hss-0: 16:22:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:43 DEBUG unit.oai-hss/0.install CCLD libopts.la unit-oai-hss-0: 16:22:43 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 16:22:43 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:22:43 DEBUG unit.oai-hss/0.install CC libcmd_srp_la-srptool-args.lo unit-oai-hss-0: 16:22:43 DEBUG unit.oai-hss/0.install CCLD libcmd-srp.la unit-oai-hss-0: 16:22:43 DEBUG unit.oai-hss/0.install CC libcmd_psk_la-psk-args.lo unit-oai-hss-0: 16:22:43 DEBUG unit.oai-hss/0.install CCLD libcmd-psk.la unit-oai-hss-0: 16:22:43 DEBUG unit.oai-hss/0.install CC libcmd_ocsp_la-ocsptool-args.lo unit-oai-hss-0: 16:22:44 DEBUG unit.oai-hss/0.install CCLD libcmd-ocsp.la unit-oai-hss-0: 16:22:44 DEBUG unit.oai-hss/0.install CC libcmd_serv_la-serv-args.lo unit-oai-hss-0: 16:22:44 DEBUG unit.oai-hss/0.install CCLD libcmd-serv.la unit-oai-hss-0: 16:22:44 DEBUG unit.oai-hss/0.install CC libcmd_cli_la-cli-args.lo unit-oai-hss-0: 16:22:44 DEBUG unit.oai-hss/0.install CCLD libcmd-cli.la unit-oai-hss-0: 16:22:44 DEBUG unit.oai-hss/0.install CC libcmd_cli_debug_la-cli-debug-args.lo unit-oai-hss-0: 16:22:44 DEBUG unit.oai-hss/0.install CCLD libcmd-cli-debug.la unit-oai-hss-0: 16:22:44 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-args.lo unit-oai-hss-0: 16:22:44 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-cfg.lo unit-oai-hss-0: 16:22:45 DEBUG unit.oai-hss/0.install CCLD libcmd-certtool.la unit-oai-hss-0: 16:22:45 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-danetool-args.lo unit-oai-hss-0: 16:22:45 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-certtool-cfg.lo unit-oai-hss-0: 16:22:46 DEBUG unit.oai-hss/0.install CCLD libcmd-danetool.la unit-oai-hss-0: 16:22:46 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-p11tool-args.lo unit-oai-hss-0: 16:22:46 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-certtool-cfg.lo unit-oai-hss-0: 16:22:47 DEBUG unit.oai-hss/0.install CCLD libcmd-p11tool.la unit-oai-hss-0: 16:22:47 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-tpmtool-args.lo unit-oai-hss-0: 16:22:47 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-certtool-cfg.lo unit-oai-hss-0: 16:22:48 DEBUG unit.oai-hss/0.install CCLD libcmd-tpmtool.la unit-oai-hss-0: 16:22:48 DEBUG unit.oai-hss/0.install CC psk.o unit-oai-hss-0: 16:22:48 DEBUG unit.oai-hss/0.install CCLD psktool unit-oai-hss-0: 16:22:48 DEBUG unit.oai-hss/0.install CC cli-debug.o unit-oai-hss-0: 16:22:48 DEBUG unit.oai-hss/0.install cli-debug.c: In function 'main': unit-oai-hss-0: 16:22:48 DEBUG unit.oai-hss/0.install cli-debug.c:286:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 16:22:48 DEBUG unit.oai-hss/0.install gnutls_transport_set_ptr (state, (gnutls_transport_ptr_t) unit-oai-hss-0: 16:22:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:48 DEBUG unit.oai-hss/0.install CC tests.o unit-oai-hss-0: 16:22:48 DEBUG unit.oai-hss/0.install CC socket.o unit-oai-hss-0: 16:22:48 DEBUG unit.oai-hss/0.install CC common.o unit-oai-hss-0: 16:22:48 DEBUG unit.oai-hss/0.install common.c: In function 'token_callback': unit-oai-hss-0: 16:22:48 DEBUG unit.oai-hss/0.install common.c:1071:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 16:22:48 DEBUG unit.oai-hss/0.install fgets (buf, sizeof (buf), stdin); unit-oai-hss-0: 16:22:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:48 DEBUG unit.oai-hss/0.install CCLD gnutls-cli-debug unit-oai-hss-0: 16:22:48 DEBUG unit.oai-hss/0.install CC certtool.o unit-oai-hss-0: 16:22:49 DEBUG unit.oai-hss/0.install CC certtool-common.o unit-oai-hss-0: 16:22:49 DEBUG unit.oai-hss/0.install certtool-common.c: In function 'print_head': unit-oai-hss-0: 16:22:49 DEBUG unit.oai-hss/0.install certtool-common.c:660:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 16:22:49 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[%u] =", txt, size); unit-oai-hss-0: 16:22:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:49 DEBUG unit.oai-hss/0.install certtool-common.c:662:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 16:22:49 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[] =\n", txt); unit-oai-hss-0: 16:22:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:49 DEBUG unit.oai-hss/0.install CC certtool-extras.o unit-oai-hss-0: 16:22:49 DEBUG unit.oai-hss/0.install CCLD certtool unit-oai-hss-0: 16:22:49 DEBUG unit.oai-hss/0.install CC srptool.o unit-oai-hss-0: 16:22:49 DEBUG unit.oai-hss/0.install CCLD srptool unit-oai-hss-0: 16:22:49 DEBUG unit.oai-hss/0.install CC ocsptool.o unit-oai-hss-0: 16:22:50 DEBUG unit.oai-hss/0.install CC ocsptool-common.o unit-oai-hss-0: 16:22:50 DEBUG unit.oai-hss/0.install CCLD ocsptool unit-oai-hss-0: 16:22:50 DEBUG unit.oai-hss/0.install CC serv.o unit-oai-hss-0: 16:22:50 DEBUG unit.oai-hss/0.install CC udp-serv.o unit-oai-hss-0: 16:22:50 DEBUG unit.oai-hss/0.install CCLD gnutls-serv unit-oai-hss-0: 16:22:50 DEBUG unit.oai-hss/0.install CC cli.o unit-oai-hss-0: 16:22:50 DEBUG unit.oai-hss/0.install cli.c: In function 'psk_callback': unit-oai-hss-0: 16:22:50 DEBUG unit.oai-hss/0.install cli.c:1339:15: warning: ignoring return value of 'getline', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 16:22:50 DEBUG unit.oai-hss/0.install getline (&tmp, &n, stdin); unit-oai-hss-0: 16:22:50 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:50 DEBUG unit.oai-hss/0.install CC benchmark-cipher.o unit-oai-hss-0: 16:22:51 DEBUG unit.oai-hss/0.install CC benchmark.o unit-oai-hss-0: 16:22:51 DEBUG unit.oai-hss/0.install CC benchmark-tls.o unit-oai-hss-0: 16:22:51 DEBUG unit.oai-hss/0.install CCLD gnutls-cli unit-oai-hss-0: 16:22:51 DEBUG unit.oai-hss/0.install CC danetool.o unit-oai-hss-0: 16:22:51 DEBUG unit.oai-hss/0.install CCLD danetool unit-oai-hss-0: 16:22:51 DEBUG unit.oai-hss/0.install CC tpmtool.o unit-oai-hss-0: 16:22:51 DEBUG unit.oai-hss/0.install CCLD tpmtool unit-oai-hss-0: 16:22:51 DEBUG unit.oai-hss/0.install CC p11tool.o unit-oai-hss-0: 16:22:51 DEBUG unit.oai-hss/0.install CC pkcs11.o unit-oai-hss-0: 16:22:51 DEBUG unit.oai-hss/0.install CCLD p11tool unit-oai-hss-0: 16:22:51 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:22:51 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:22:51 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:22:51 DEBUG unit.oai-hss/0.install Making all in doc unit-oai-hss-0: 16:22:51 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:22:51 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 16:22:51 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:22:51 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 16:22:51 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 16:22:51 DEBUG unit.oai-hss/0.install CC ex-alert.lo unit-oai-hss-0: 16:22:52 DEBUG unit.oai-hss/0.install CC ex-pkcs12.lo unit-oai-hss-0: 16:22:52 DEBUG unit.oai-hss/0.install CC ex-session-info.lo unit-oai-hss-0: 16:22:52 DEBUG unit.oai-hss/0.install CC ex-x509-info.lo unit-oai-hss-0: 16:22:52 DEBUG unit.oai-hss/0.install CC ex-verify.lo unit-oai-hss-0: 16:22:52 DEBUG unit.oai-hss/0.install CC tcp.lo unit-oai-hss-0: 16:22:52 DEBUG unit.oai-hss/0.install CC udp.lo unit-oai-hss-0: 16:22:52 DEBUG unit.oai-hss/0.install CC ex-pkcs11-list.lo unit-oai-hss-0: 16:22:52 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 16:22:52 DEBUG unit.oai-hss/0.install CC ex-verify-ssh.lo unit-oai-hss-0: 16:22:52 DEBUG unit.oai-hss/0.install CCLD libexamples.la unit-oai-hss-0: 16:22:52 DEBUG unit.oai-hss/0.install CC ex-client-resume.o unit-oai-hss-0: 16:22:52 DEBUG unit.oai-hss/0.install CCLD ex-client-resume unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install CC ex-client-dtls.o unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install CCLD ex-client-dtls unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install CC ex-cert-select.o unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install CCLD ex-cert-select unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install CC ex-client-x509.o unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install CCLD ex-client-x509 unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install CC ex-serv-dtls.o unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install CCLD ex-serv-dtls unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install CC ex-client-xssl1.o unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install ex-client-xssl1.c: In function 'main': unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install ex-client-xssl1.c:42:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl1 unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install CC ex-client-xssl2.o unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install ex-client-xssl2.c: In function 'main': unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install ex-client-xssl2.c:57:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl2 unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install CC print-ciphersuites.o unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install CCLD print-ciphersuites unit-oai-hss-0: 16:22:53 DEBUG unit.oai-hss/0.install CXX ex-cxx.o unit-oai-hss-0: 16:22:54 DEBUG unit.oai-hss/0.install CXXLD ex-cxx unit-oai-hss-0: 16:22:54 DEBUG unit.oai-hss/0.install CC ex-client-anon.o unit-oai-hss-0: 16:22:54 DEBUG unit.oai-hss/0.install CCLD ex-client-anon unit-oai-hss-0: 16:22:54 DEBUG unit.oai-hss/0.install CC ex-serv-anon.o unit-oai-hss-0: 16:22:54 DEBUG unit.oai-hss/0.install CCLD ex-serv-anon unit-oai-hss-0: 16:22:54 DEBUG unit.oai-hss/0.install CC ex-serv-pgp.o unit-oai-hss-0: 16:22:54 DEBUG unit.oai-hss/0.install CCLD ex-serv-pgp unit-oai-hss-0: 16:22:54 DEBUG unit.oai-hss/0.install CC ex-cert-select-pkcs11.o unit-oai-hss-0: 16:22:54 DEBUG unit.oai-hss/0.install CCLD ex-cert-select-pkcs11 unit-oai-hss-0: 16:22:54 DEBUG unit.oai-hss/0.install CC ex-client-psk.o unit-oai-hss-0: 16:22:54 DEBUG unit.oai-hss/0.install CCLD ex-client-psk unit-oai-hss-0: 16:22:54 DEBUG unit.oai-hss/0.install CC ex-serv-psk.o unit-oai-hss-0: 16:22:54 DEBUG unit.oai-hss/0.install CCLD ex-serv-psk unit-oai-hss-0: 16:22:54 DEBUG unit.oai-hss/0.install CC ex-client-srp.o unit-oai-hss-0: 16:22:54 DEBUG unit.oai-hss/0.install CCLD ex-client-srp unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install CC ex-serv-srp.o unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install CCLD ex-serv-srp unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install CC ex-ocsp-client.o unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install CCLD ex-ocsp-client unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in cyclo unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in manpages unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in credentials unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all-am'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in latex unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all-am'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install CC utils.lo unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install CCLD libutils.la unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in rsa-md5-collision unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in pkcs1-padding unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in pkcs8-decode unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in pkcs12-decode unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in userid unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in cert-tests unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in key-id unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in sha2 unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in safe-renegotiation unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in dsa unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in ecdsa unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in slow unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in dtls unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making all in openpgp-certs unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `all-am'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making install in gl unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making install in lib unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/x509.h gnutls/pkcs12.h gnutls/compat.h gnutls/openpgp.h gnutls/crypto.h gnutls/pkcs11.h gnutls/abstract.h gnutls/dtls.h gnutls/ocsp.h gnutls/tpm.h gnutls/xssl.h gnutls/gnutlsxx.h '/usr/include/gnutls' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/gnutls.h '/usr/include/gnutls' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 16:22:55 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install Making install in accelerated unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install Making install in x86 unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install Making install in auth unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install Making install in ext unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install Making install in algorithms unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install Making install in extras unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install Making install in opencdk unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install Making install in nettle unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls.la libgnutlsxx.la libgnutls-xssl.la '/usr/lib' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.so.28.21.3 /usr/lib/libgnutls.so.28.21.3 unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls.so.28.21.3 libgnutls.so.28 || { rm -f libgnutls.so.28 && ln -s libgnutls.so.28.21.3 libgnutls.so.28; }; }) unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls.so.28.21.3 libgnutls.so || { rm -f libgnutls.so && ln -s libgnutls.so.28.21.3 libgnutls.so; }; }) unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.lai /usr/lib/libgnutls.la unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutlsxx.la' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/lib; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CXX --mode=relink g++ -I./includes -I./includes -g -O2 -no-undefined -version-info 29:0:1 -o libgnutlsxx.la -rpath /usr/lib libgnutlsxx_la-gnutlsxx.lo libgnutls.la ) unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.so.28.1.0T /usr/lib/libgnutlsxx.so.28.1.0 unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutlsxx.so.28.1.0 libgnutlsxx.so.28 || { rm -f libgnutlsxx.so.28 && ln -s libgnutlsxx.so.28.1.0 libgnutlsxx.so.28; }; }) unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutlsxx.so.28.1.0 libgnutlsxx.so || { rm -f libgnutlsxx.so && ln -s libgnutlsxx.so.28.1.0 libgnutlsxx.so; }; }) unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.lai /usr/lib/libgnutlsxx.la unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-xssl.la' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/lib; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CC --mode=relink gcc -std=gnu99 -g -O2 -no-undefined -version-info 0:0:0 -o libgnutls-xssl.la -rpath /usr/lib xssl.lo xssl_getline.lo ../gl/libgnu.la libgnutls.la ) unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-xssl.so.0.0.0T /usr/lib/libgnutls-xssl.so.0.0.0 unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-xssl.so.0.0.0 libgnutls-xssl.so.0 || { rm -f libgnutls-xssl.so.0 && ln -s libgnutls-xssl.so.0.0.0 libgnutls-xssl.so.0; }; }) unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-xssl.so.0.0.0 libgnutls-xssl.so || { rm -f libgnutls-xssl.so && ln -s libgnutls-xssl.so.0.0.0 libgnutls-xssl.so; }; }) unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-xssl.lai /usr/lib/libgnutls-xssl.la unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.a /usr/lib/libgnutls.a unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls.a unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls.a unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.a /usr/lib/libgnutlsxx.a unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutlsxx.a unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutlsxx.a unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-xssl.a /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/lib unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib/pkgconfig' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls.pc '/usr/lib/pkgconfig' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install Making install in extra unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/openssl.h '/usr/include/gnutls' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls-openssl.la '/usr/lib' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-openssl.la' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/extra; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CC --mode=relink gcc -std=gnu99 -g -O2 -no-undefined -version-info 27:2:0 -o libgnutls-openssl.la -rpath /usr/lib gnutls_openssl.lo openssl_compat.lo ../gl/libgnu.la ../lib/libgnutls.la ) unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-openssl.so.27.0.2T /usr/lib/libgnutls-openssl.so.27.0.2 unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-openssl.so.27.0.2 libgnutls-openssl.so.27 || { rm -f libgnutls-openssl.so.27 && ln -s libgnutls-openssl.so.27.0.2 libgnutls-openssl.so.27; }; }) unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-openssl.so.27.0.2 libgnutls-openssl.so || { rm -f libgnutls-openssl.so && ln -s libgnutls-openssl.so.27.0.2 libgnutls-openssl.so; }; }) unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-openssl.lai /usr/lib/libgnutls-openssl.la unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-openssl.a /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/lib unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install Making install in po unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install installing en@boldquot.gmo as /usr/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install installing en@quot.gmo as /usr/share/locale/en@quot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install installing de.gmo as /usr/share/locale/de/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install if test "gnutls" = "gettext-tools"; then \ unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/gettext/po; \ unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./$file \ unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install /usr/share/gettext/po/$file; \ unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install for file in Makevars; do \ unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install rm -f /usr/share/gettext/po/$file; \ unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install : ; \ unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install fi unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install Making install in src unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install Making install in crywrap unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c crywrap '/usr/bin' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/crywrap /usr/bin/crywrap unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install Making install in libopts unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c psktool gnutls-cli-debug certtool srptool ocsptool gnutls-serv gnutls-cli danetool tpmtool p11tool '/usr/bin' unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/psktool /usr/bin/psktool unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli-debug /usr/bin/gnutls-cli-debug unit-oai-hss-0: 16:22:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/certtool /usr/bin/certtool unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/srptool /usr/bin/srptool unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/ocsptool /usr/bin/ocsptool unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-serv /usr/bin/gnutls-serv unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli /usr/bin/gnutls-cli unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/danetool /usr/bin/danetool unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/tpmtool /usr/bin/tpmtool unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/p11tool /usr/bin/p11tool unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in doc unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in cyclo unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in manpages unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man1' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls-cli.1 gnutls-cli-debug.1 gnutls-serv.1 certtool.1 psktool.1 p11tool.1 ocsptool.1 tpmtool.1 srptool.1 '/usr/share/man/man1' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man3' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_alert_get.3 gnutls_alert_get_name.3 gnutls_alert_get_strname.3 gnutls_alert_send.3 gnutls_alert_send_appropriate.3 gnutls_anon_allocate_client_credentials.3 gnutls_anon_allocate_server_credentials.3 gnutls_anon_free_client_credentials.3 gnutls_anon_free_server_credentials.3 gnutls_anon_set_params_function.3 gnutls_anon_set_server_dh_params.3 gnutls_anon_set_server_params_function.3 gnutls_auth_client_get_type.3 gnutls_auth_get_type.3 gnutls_auth_server_get_type.3 gnutls_bye.3 gnutls_certificate_activation_time_peers.3 gnutls_certificate_allocate_credentials.3 gnutls_certificate_client_get_request_status.3 gnutls_certificate_expiration_time_peers.3 gnutls_certificate_free_ca_names.3 gnutls_certificate_free_cas.3 gnutls_certificate_free_credentials.3 gnutls_certificate_free_crls.3 gnutls_certificate_free_keys.3 gnutls_certificate_get_issuer.3 gnutls_certificate_get_ours.3 gnutls_certificate_get_peers.3 gnutls_certificate_get_peers_subkey_id.3 gnutls_certificate_send_x509_rdn_sequence.3 gnutls_certificate_server_set_request.3 gnutls_certificate_set_dh_params.3 gnutls_certificate_set_key.3 gnutls_certificate_set_ocsp_status_request_file.3 gnutls_certificate_set_ocsp_status_request_function.3 gnutls_certificate_set_openpgp_key.3 gnutls_certificate_set_openpgp_key_file.3 gnutls_certificate_set_openpgp_key_file2.3 gnutls_certificate_set_openpgp_key_mem.3 gnutls_certificate_set_openpgp_key_mem2.3 '/usr/share/man/man3' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_certificate_set_openpgp_keyring_file.3 gnutls_certificate_set_openpgp_keyring_mem.3 gnutls_certificate_set_params_function.3 gnutls_certificate_set_pin_function.3 gnutls_certificate_set_retrieve_function.3 gnutls_certificate_set_retrieve_function2.3 gnutls_certificate_set_rsa_export_params.3 gnutls_certificate_set_verify_flags.3 gnutls_certificate_set_verify_function.3 gnutls_certificate_set_verify_limits.3 gnutls_certificate_set_x509_crl.3 gnutls_certificate_set_x509_crl_file.3 gnutls_certificate_set_x509_crl_mem.3 gnutls_certificate_set_x509_key.3 gnutls_certificate_set_x509_key_file.3 gnutls_certificate_set_x509_key_file2.3 gnutls_certificate_set_x509_key_mem.3 gnutls_certificate_set_x509_key_mem2.3 gnutls_certificate_set_x509_simple_pkcs12_file.3 gnutls_certificate_set_x509_simple_pkcs12_mem.3 gnutls_certificate_set_x509_system_trust.3 gnutls_certificate_set_x509_trust.3 gnutls_certificate_set_x509_trust_file.3 gnutls_certificate_set_x509_trust_mem.3 gnutls_certificate_type_get.3 gnutls_certificate_type_get_id.3 gnutls_certificate_type_get_name.3 gnutls_certificate_type_list.3 gnutls_certificate_type_set_priority.3 gnutls_certificate_verification_status_print.3 gnutls_certificate_verify_peers2.3 gnutls_certificate_verify_peers3.3 gnutls_check_version.3 gnutls_cipher_add_auth.3 gnutls_cipher_decrypt.3 gnutls_cipher_decrypt2.3 gnutls_cipher_deinit.3 gnutls_cipher_encrypt.3 gnutls_cipher_encrypt2.3 gnutls_cipher_get.3 '/usr/share/man/man3' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_cipher_get_block_size.3 gnutls_cipher_get_id.3 gnutls_cipher_get_key_size.3 gnutls_cipher_get_name.3 gnutls_cipher_init.3 gnutls_cipher_list.3 gnutls_cipher_set_iv.3 gnutls_cipher_set_priority.3 gnutls_cipher_suite_get_name.3 gnutls_cipher_suite_info.3 gnutls_cipher_tag.3 gnutls_compression_get.3 gnutls_compression_get_id.3 gnutls_compression_get_name.3 gnutls_compression_list.3 gnutls_compression_set_priority.3 gnutls_credentials_clear.3 gnutls_credentials_set.3 gnutls_db_check_entry.3 gnutls_db_check_entry_time.3 gnutls_db_get_ptr.3 gnutls_db_remove_session.3 gnutls_db_set_cache_expiration.3 gnutls_db_set_ptr.3 gnutls_db_set_remove_function.3 gnutls_db_set_retrieve_function.3 gnutls_db_set_store_function.3 gnutls_deinit.3 gnutls_dh_get_group.3 gnutls_dh_get_peers_public_bits.3 gnutls_dh_get_prime_bits.3 gnutls_dh_get_pubkey.3 gnutls_dh_get_secret_bits.3 gnutls_dh_params_cpy.3 gnutls_dh_params_deinit.3 gnutls_dh_params_export2_pkcs3.3 gnutls_dh_params_export_pkcs3.3 gnutls_dh_params_export_raw.3 gnutls_dh_params_generate2.3 gnutls_dh_params_import_pkcs3.3 '/usr/share/man/man3' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_dh_params_import_raw.3 gnutls_dh_params_init.3 gnutls_dh_set_prime_bits.3 gnutls_dtls_cookie_send.3 gnutls_dtls_cookie_verify.3 gnutls_dtls_get_data_mtu.3 gnutls_dtls_get_mtu.3 gnutls_dtls_get_timeout.3 gnutls_dtls_prestate_set.3 gnutls_dtls_set_data_mtu.3 gnutls_dtls_set_mtu.3 gnutls_dtls_set_timeouts.3 gnutls_ecc_curve_get.3 gnutls_ecc_curve_get_name.3 gnutls_ecc_curve_get_size.3 gnutls_ecc_curve_list.3 gnutls_error_is_fatal.3 gnutls_error_to_alert.3 gnutls_fingerprint.3 gnutls_global_deinit.3 gnutls_global_init.3 gnutls_global_set_audit_log_function.3 gnutls_global_set_log_function.3 gnutls_global_set_log_level.3 gnutls_global_set_mem_functions.3 gnutls_global_set_mutex.3 gnutls_global_set_time_function.3 gnutls_handshake.3 gnutls_handshake_get_last_in.3 gnutls_handshake_get_last_out.3 gnutls_handshake_set_max_packet_length.3 gnutls_handshake_set_post_client_hello_function.3 gnutls_handshake_set_private_extensions.3 gnutls_handshake_set_random.3 gnutls_handshake_set_timeout.3 gnutls_hash.3 gnutls_hash_deinit.3 gnutls_hash_fast.3 gnutls_hash_get_len.3 gnutls_hash_init.3 '/usr/share/man/man3' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_hash_output.3 gnutls_heartbeat_allowed.3 gnutls_heartbeat_enable.3 gnutls_heartbeat_get_timeout.3 gnutls_heartbeat_ping.3 gnutls_heartbeat_pong.3 gnutls_heartbeat_set_timeouts.3 gnutls_hex2bin.3 gnutls_hex_decode.3 gnutls_hex_encode.3 gnutls_hmac.3 gnutls_hmac_deinit.3 gnutls_hmac_fast.3 gnutls_hmac_get_len.3 gnutls_hmac_init.3 gnutls_hmac_output.3 gnutls_init.3 gnutls_key_generate.3 gnutls_kx_get.3 gnutls_kx_get_id.3 gnutls_kx_get_name.3 gnutls_kx_list.3 gnutls_kx_set_priority.3 gnutls_load_file.3 gnutls_mac_get.3 gnutls_mac_get_id.3 gnutls_mac_get_key_size.3 gnutls_mac_get_name.3 gnutls_mac_list.3 gnutls_mac_set_priority.3 gnutls_ocsp_req_add_cert.3 gnutls_ocsp_req_add_cert_id.3 gnutls_ocsp_req_deinit.3 gnutls_ocsp_req_export.3 gnutls_ocsp_req_get_cert_id.3 gnutls_ocsp_req_get_extension.3 gnutls_ocsp_req_get_nonce.3 gnutls_ocsp_req_get_version.3 gnutls_ocsp_req_import.3 gnutls_ocsp_req_init.3 '/usr/share/man/man3' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_ocsp_req_print.3 gnutls_ocsp_req_randomize_nonce.3 gnutls_ocsp_req_set_extension.3 gnutls_ocsp_req_set_nonce.3 gnutls_ocsp_resp_check_crt.3 gnutls_ocsp_resp_deinit.3 gnutls_ocsp_resp_export.3 gnutls_ocsp_resp_get_certs.3 gnutls_ocsp_resp_get_extension.3 gnutls_ocsp_resp_get_nonce.3 gnutls_ocsp_resp_get_produced.3 gnutls_ocsp_resp_get_responder.3 gnutls_ocsp_resp_get_response.3 gnutls_ocsp_resp_get_signature.3 gnutls_ocsp_resp_get_signature_algorithm.3 gnutls_ocsp_resp_get_single.3 gnutls_ocsp_resp_get_status.3 gnutls_ocsp_resp_get_version.3 gnutls_ocsp_resp_import.3 gnutls_ocsp_resp_init.3 gnutls_ocsp_resp_print.3 gnutls_ocsp_resp_verify.3 gnutls_ocsp_resp_verify_direct.3 gnutls_ocsp_status_request_enable_client.3 gnutls_ocsp_status_request_get.3 gnutls_ocsp_status_request_is_checked.3 gnutls_openpgp_crt_check_hostname.3 gnutls_openpgp_crt_deinit.3 gnutls_openpgp_crt_export.3 gnutls_openpgp_crt_export2.3 gnutls_openpgp_crt_get_auth_subkey.3 gnutls_openpgp_crt_get_creation_time.3 gnutls_openpgp_crt_get_expiration_time.3 gnutls_openpgp_crt_get_fingerprint.3 gnutls_openpgp_crt_get_key_id.3 gnutls_openpgp_crt_get_key_usage.3 gnutls_openpgp_crt_get_name.3 gnutls_openpgp_crt_get_pk_algorithm.3 gnutls_openpgp_crt_get_pk_dsa_raw.3 gnutls_openpgp_crt_get_pk_rsa_raw.3 '/usr/share/man/man3' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_openpgp_crt_get_preferred_key_id.3 gnutls_openpgp_crt_get_revoked_status.3 gnutls_openpgp_crt_get_subkey_count.3 gnutls_openpgp_crt_get_subkey_creation_time.3 gnutls_openpgp_crt_get_subkey_expiration_time.3 gnutls_openpgp_crt_get_subkey_fingerprint.3 gnutls_openpgp_crt_get_subkey_id.3 gnutls_openpgp_crt_get_subkey_idx.3 gnutls_openpgp_crt_get_subkey_pk_algorithm.3 gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3 gnutls_openpgp_crt_get_subkey_pk_rsa_raw.3 gnutls_openpgp_crt_get_subkey_revoked_status.3 gnutls_openpgp_crt_get_subkey_usage.3 gnutls_openpgp_crt_get_version.3 gnutls_openpgp_crt_import.3 gnutls_openpgp_crt_init.3 gnutls_openpgp_crt_print.3 gnutls_openpgp_crt_set_preferred_key_id.3 gnutls_openpgp_crt_verify_ring.3 gnutls_openpgp_crt_verify_self.3 gnutls_openpgp_keyring_check_id.3 gnutls_openpgp_keyring_deinit.3 gnutls_openpgp_keyring_get_crt.3 gnutls_openpgp_keyring_get_crt_count.3 gnutls_openpgp_keyring_import.3 gnutls_openpgp_keyring_init.3 gnutls_openpgp_privkey_deinit.3 gnutls_openpgp_privkey_export.3 gnutls_openpgp_privkey_export2.3 gnutls_openpgp_privkey_export_dsa_raw.3 gnutls_openpgp_privkey_export_rsa_raw.3 gnutls_openpgp_privkey_export_subkey_dsa_raw.3 gnutls_openpgp_privkey_export_subkey_rsa_raw.3 gnutls_openpgp_privkey_get_fingerprint.3 gnutls_openpgp_privkey_get_key_id.3 gnutls_openpgp_privkey_get_pk_algorithm.3 gnutls_openpgp_privkey_get_preferred_key_id.3 gnutls_openpgp_privkey_get_revoked_status.3 gnutls_openpgp_privkey_get_subkey_count.3 gnutls_openpgp_privkey_get_subkey_creation_time.3 '/usr/share/man/man3' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_openpgp_privkey_get_subkey_fingerprint.3 gnutls_openpgp_privkey_get_subkey_id.3 gnutls_openpgp_privkey_get_subkey_idx.3 gnutls_openpgp_privkey_get_subkey_pk_algorithm.3 gnutls_openpgp_privkey_get_subkey_revoked_status.3 gnutls_openpgp_privkey_import.3 gnutls_openpgp_privkey_init.3 gnutls_openpgp_privkey_sec_param.3 gnutls_openpgp_privkey_set_preferred_key_id.3 gnutls_openpgp_privkey_sign_hash.3 gnutls_openpgp_send_cert.3 gnutls_openpgp_set_recv_key_function.3 gnutls_pcert_deinit.3 gnutls_pcert_import_openpgp.3 gnutls_pcert_import_openpgp_raw.3 gnutls_pcert_import_x509.3 gnutls_pcert_import_x509_raw.3 gnutls_pcert_list_import_x509_raw.3 gnutls_pem_base64_decode.3 gnutls_pem_base64_decode_alloc.3 gnutls_pem_base64_encode.3 gnutls_pem_base64_encode_alloc.3 gnutls_perror.3 gnutls_pk_algorithm_get_name.3 gnutls_pk_bits_to_sec_param.3 gnutls_pkcs11_add_provider.3 gnutls_pkcs11_copy_secret_key.3 gnutls_pkcs11_copy_x509_crt.3 gnutls_pkcs11_copy_x509_privkey.3 gnutls_pkcs11_deinit.3 gnutls_pkcs11_delete_url.3 gnutls_pkcs11_get_pin_function.3 gnutls_pkcs11_init.3 gnutls_pkcs11_obj_deinit.3 gnutls_pkcs11_obj_export.3 gnutls_pkcs11_obj_export2.3 gnutls_pkcs11_obj_export_url.3 gnutls_pkcs11_obj_get_info.3 gnutls_pkcs11_obj_get_type.3 gnutls_pkcs11_obj_import_url.3 '/usr/share/man/man3' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_pkcs11_obj_init.3 gnutls_pkcs11_obj_list_import_url.3 gnutls_pkcs11_obj_list_import_url2.3 gnutls_pkcs11_obj_set_pin_function.3 gnutls_pkcs11_privkey_deinit.3 gnutls_pkcs11_privkey_export_url.3 gnutls_pkcs11_privkey_generate.3 gnutls_pkcs11_privkey_generate2.3 gnutls_pkcs11_privkey_get_info.3 gnutls_pkcs11_privkey_get_pk_algorithm.3 gnutls_pkcs11_privkey_import_url.3 gnutls_pkcs11_privkey_init.3 gnutls_pkcs11_privkey_set_pin_function.3 gnutls_pkcs11_privkey_status.3 gnutls_pkcs11_reinit.3 gnutls_pkcs11_set_pin_function.3 gnutls_pkcs11_set_token_function.3 gnutls_pkcs11_token_get_flags.3 gnutls_pkcs11_token_get_info.3 gnutls_pkcs11_token_get_mechanism.3 gnutls_pkcs11_token_get_url.3 gnutls_pkcs11_token_init.3 gnutls_pkcs11_token_set_pin.3 gnutls_pkcs11_type_get_name.3 gnutls_pkcs12_bag_decrypt.3 gnutls_pkcs12_bag_deinit.3 gnutls_pkcs12_bag_encrypt.3 gnutls_pkcs12_bag_get_count.3 gnutls_pkcs12_bag_get_data.3 gnutls_pkcs12_bag_get_friendly_name.3 gnutls_pkcs12_bag_get_key_id.3 gnutls_pkcs12_bag_get_type.3 gnutls_pkcs12_bag_init.3 gnutls_pkcs12_bag_set_crl.3 gnutls_pkcs12_bag_set_crt.3 gnutls_pkcs12_bag_set_data.3 gnutls_pkcs12_bag_set_friendly_name.3 gnutls_pkcs12_bag_set_key_id.3 gnutls_pkcs12_deinit.3 gnutls_pkcs12_export.3 '/usr/share/man/man3' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_pkcs12_export2.3 gnutls_pkcs12_generate_mac.3 gnutls_pkcs12_get_bag.3 gnutls_pkcs12_import.3 gnutls_pkcs12_init.3 gnutls_pkcs12_set_bag.3 gnutls_pkcs12_simple_parse.3 gnutls_pkcs12_verify_mac.3 gnutls_pkcs7_deinit.3 gnutls_pkcs7_delete_crl.3 gnutls_pkcs7_delete_crt.3 gnutls_pkcs7_export.3 gnutls_pkcs7_export2.3 gnutls_pkcs7_get_crl_count.3 gnutls_pkcs7_get_crl_raw.3 gnutls_pkcs7_get_crt_count.3 gnutls_pkcs7_get_crt_raw.3 gnutls_pkcs7_import.3 gnutls_pkcs7_init.3 gnutls_pkcs7_set_crl.3 gnutls_pkcs7_set_crl_raw.3 gnutls_pkcs7_set_crt.3 gnutls_pkcs7_set_crt_raw.3 gnutls_pk_get_id.3 gnutls_pk_get_name.3 gnutls_pk_list.3 gnutls_pk_to_sign.3 gnutls_prf.3 gnutls_prf_raw.3 gnutls_priority_certificate_type_list.3 gnutls_priority_compression_list.3 gnutls_priority_deinit.3 gnutls_priority_ecc_curve_list.3 gnutls_priority_get_cipher_suite_index.3 gnutls_priority_init.3 gnutls_priority_protocol_list.3 gnutls_priority_set.3 gnutls_priority_set_direct.3 gnutls_priority_sign_list.3 gnutls_privkey_decrypt_data.3 '/usr/share/man/man3' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_privkey_deinit.3 gnutls_privkey_get_pk_algorithm.3 gnutls_privkey_get_type.3 gnutls_privkey_import_ext.3 gnutls_privkey_import_ext2.3 gnutls_privkey_import_openpgp.3 gnutls_privkey_import_openpgp_raw.3 gnutls_privkey_import_pkcs11.3 gnutls_privkey_import_pkcs11_url.3 gnutls_privkey_import_tpm_raw.3 gnutls_privkey_import_tpm_url.3 gnutls_privkey_import_url.3 gnutls_privkey_import_x509.3 gnutls_privkey_import_x509_raw.3 gnutls_privkey_init.3 gnutls_privkey_set_pin_function.3 gnutls_privkey_sign_data.3 gnutls_privkey_sign_hash.3 gnutls_privkey_sign_raw_data.3 gnutls_privkey_status.3 gnutls_protocol_get_id.3 gnutls_protocol_get_name.3 gnutls_protocol_get_version.3 gnutls_protocol_list.3 gnutls_protocol_set_priority.3 gnutls_psk_allocate_client_credentials.3 gnutls_psk_allocate_server_credentials.3 gnutls_psk_client_get_hint.3 gnutls_psk_free_client_credentials.3 gnutls_psk_free_server_credentials.3 gnutls_psk_server_get_username.3 gnutls_psk_set_client_credentials.3 gnutls_psk_set_client_credentials_function.3 gnutls_psk_set_params_function.3 gnutls_psk_set_server_credentials_file.3 gnutls_psk_set_server_credentials_function.3 gnutls_psk_set_server_credentials_hint.3 gnutls_psk_set_server_dh_params.3 gnutls_psk_set_server_params_function.3 gnutls_pubkey_deinit.3 '/usr/share/man/man3' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_pubkey_encrypt_data.3 gnutls_pubkey_export.3 gnutls_pubkey_export2.3 gnutls_pubkey_get_key_id.3 gnutls_pubkey_get_key_usage.3 gnutls_pubkey_get_openpgp_key_id.3 gnutls_pubkey_get_pk_algorithm.3 gnutls_pubkey_get_pk_dsa_raw.3 gnutls_pubkey_get_pk_ecc_raw.3 gnutls_pubkey_get_pk_ecc_x962.3 gnutls_pubkey_get_pk_rsa_raw.3 gnutls_pubkey_get_preferred_hash_algorithm.3 gnutls_pubkey_get_verify_algorithm.3 gnutls_pubkey_import.3 gnutls_pubkey_import_dsa_raw.3 gnutls_pubkey_import_ecc_raw.3 gnutls_pubkey_import_ecc_x962.3 gnutls_pubkey_import_openpgp.3 gnutls_pubkey_import_openpgp_raw.3 gnutls_pubkey_import_pkcs11.3 gnutls_pubkey_import_pkcs11_url.3 gnutls_pubkey_import_privkey.3 gnutls_pubkey_import_rsa_raw.3 gnutls_pubkey_import_tpm_raw.3 gnutls_pubkey_import_tpm_url.3 gnutls_pubkey_import_url.3 gnutls_pubkey_import_x509.3 gnutls_pubkey_import_x509_crq.3 gnutls_pubkey_import_x509_raw.3 gnutls_pubkey_init.3 gnutls_pubkey_print.3 gnutls_pubkey_set_key_usage.3 gnutls_pubkey_set_pin_function.3 gnutls_pubkey_verify_data.3 gnutls_pubkey_verify_data2.3 gnutls_pubkey_verify_hash.3 gnutls_pubkey_verify_hash2.3 gnutls_random_art.3 gnutls_range_split.3 gnutls_record_can_use_length_hiding.3 '/usr/share/man/man3' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_record_check_pending.3 gnutls_record_cork.3 gnutls_record_disable_padding.3 gnutls_record_get_direction.3 gnutls_record_get_discarded.3 gnutls_record_get_max_size.3 gnutls_record_recv.3 gnutls_record_recv_seq.3 gnutls_record_send.3 gnutls_record_send_range.3 gnutls_record_set_max_empty_records.3 gnutls_record_set_max_size.3 gnutls_record_set_timeout.3 gnutls_record_uncork.3 gnutls_rehandshake.3 gnutls_rnd.3 gnutls_rnd_refresh.3 gnutls_rsa_export_get_modulus_bits.3 gnutls_rsa_export_get_pubkey.3 gnutls_rsa_params_cpy.3 gnutls_rsa_params_deinit.3 gnutls_rsa_params_export_pkcs1.3 gnutls_rsa_params_export_raw.3 gnutls_rsa_params_generate2.3 gnutls_rsa_params_import_pkcs1.3 gnutls_rsa_params_import_raw.3 gnutls_rsa_params_init.3 gnutls_safe_renegotiation_status.3 gnutls_sec_param_get_name.3 gnutls_sec_param_to_pk_bits.3 gnutls_server_name_get.3 gnutls_server_name_set.3 gnutls_session_channel_binding.3 gnutls_session_enable_compatibility_mode.3 gnutls_session_force_valid.3 gnutls_session_get_data.3 gnutls_session_get_data2.3 gnutls_session_get_desc.3 gnutls_session_get_id.3 gnutls_session_get_id2.3 '/usr/share/man/man3' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_session_get_ptr.3 gnutls_session_get_random.3 gnutls_session_is_resumed.3 gnutls_session_resumption_requested.3 gnutls_session_set_data.3 gnutls_session_set_premaster.3 gnutls_session_set_ptr.3 gnutls_session_ticket_enable_client.3 gnutls_session_ticket_enable_server.3 gnutls_session_ticket_key_generate.3 gnutls_set_default_export_priority.3 gnutls_set_default_priority.3 gnutls_sign_algorithm_get.3 gnutls_sign_algorithm_get_client.3 gnutls_sign_algorithm_get_requested.3 gnutls_sign_callback_get.3 gnutls_sign_callback_set.3 gnutls_sign_get_hash_algorithm.3 gnutls_sign_get_id.3 gnutls_sign_get_name.3 gnutls_sign_get_pk_algorithm.3 gnutls_sign_is_secure.3 gnutls_sign_list.3 gnutls_srp_allocate_client_credentials.3 gnutls_srp_allocate_server_credentials.3 gnutls_srp_base64_decode.3 gnutls_srp_base64_decode_alloc.3 gnutls_srp_base64_encode.3 gnutls_srp_base64_encode_alloc.3 gnutls_srp_free_client_credentials.3 gnutls_srp_free_server_credentials.3 gnutls_srp_server_get_username.3 gnutls_srp_set_client_credentials.3 gnutls_srp_set_client_credentials_function.3 gnutls_srp_set_prime_bits.3 gnutls_srp_set_server_credentials_file.3 gnutls_srp_set_server_credentials_function.3 gnutls_srp_verifier.3 gnutls_srtp_get_keys.3 gnutls_srtp_get_mki.3 '/usr/share/man/man3' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_srtp_get_profile_id.3 gnutls_srtp_get_profile_name.3 gnutls_srtp_get_selected_profile.3 gnutls_srtp_set_mki.3 gnutls_srtp_set_profile.3 gnutls_srtp_set_profile_direct.3 gnutls_store_commitment.3 gnutls_store_pubkey.3 gnutls_strerror.3 gnutls_strerror_name.3 gnutls_supplemental_get_name.3 gnutls_tdb_deinit.3 gnutls_tdb_init.3 gnutls_tdb_set_store_commitment_func.3 gnutls_tdb_set_store_func.3 gnutls_tdb_set_verify_func.3 gnutls_tpm_get_registered.3 gnutls_tpm_key_list_deinit.3 gnutls_tpm_key_list_get_url.3 gnutls_tpm_privkey_delete.3 gnutls_tpm_privkey_generate.3 gnutls_transport_get_int.3 gnutls_transport_get_int2.3 gnutls_transport_get_ptr.3 gnutls_transport_get_ptr2.3 gnutls_transport_set_errno.3 gnutls_transport_set_errno_function.3 gnutls_transport_set_int.3 gnutls_transport_set_int2.3 gnutls_transport_set_ptr.3 gnutls_transport_set_ptr2.3 gnutls_transport_set_pull_function.3 gnutls_transport_set_pull_timeout_function.3 gnutls_transport_set_push_function.3 gnutls_transport_set_vec_push_function.3 gnutls_url_is_supported.3 gnutls_verify_stored_pubkey.3 gnutls_x509_crl_check_issuer.3 gnutls_x509_crl_deinit.3 gnutls_x509_crl_export.3 '/usr/share/man/man3' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crl_export2.3 gnutls_x509_crl_get_authority_key_gn_serial.3 gnutls_x509_crl_get_authority_key_id.3 gnutls_x509_crl_get_crt_count.3 gnutls_x509_crl_get_crt_serial.3 gnutls_x509_crl_get_dn_oid.3 gnutls_x509_crl_get_extension_data.3 gnutls_x509_crl_get_extension_info.3 gnutls_x509_crl_get_extension_oid.3 gnutls_x509_crl_get_issuer_dn.3 gnutls_x509_crl_get_issuer_dn2.3 gnutls_x509_crl_get_issuer_dn_by_oid.3 gnutls_x509_crl_get_next_update.3 gnutls_x509_crl_get_number.3 gnutls_x509_crl_get_raw_issuer_dn.3 gnutls_x509_crl_get_signature.3 gnutls_x509_crl_get_signature_algorithm.3 gnutls_x509_crl_get_this_update.3 gnutls_x509_crl_get_version.3 gnutls_x509_crl_import.3 gnutls_x509_crl_init.3 gnutls_x509_crl_list_import.3 gnutls_x509_crl_list_import2.3 gnutls_x509_crl_print.3 gnutls_x509_crl_privkey_sign.3 gnutls_x509_crl_set_authority_key_id.3 gnutls_x509_crl_set_crt.3 gnutls_x509_crl_set_crt_serial.3 gnutls_x509_crl_set_next_update.3 gnutls_x509_crl_set_number.3 gnutls_x509_crl_set_this_update.3 gnutls_x509_crl_set_version.3 gnutls_x509_crl_sign.3 gnutls_x509_crl_sign2.3 gnutls_x509_crl_verify.3 gnutls_x509_crq_deinit.3 gnutls_x509_crq_export.3 gnutls_x509_crq_export2.3 gnutls_x509_crq_get_attribute_by_oid.3 gnutls_x509_crq_get_attribute_data.3 '/usr/share/man/man3' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crq_get_attribute_info.3 gnutls_x509_crq_get_basic_constraints.3 gnutls_x509_crq_get_challenge_password.3 gnutls_x509_crq_get_dn.3 gnutls_x509_crq_get_dn2.3 gnutls_x509_crq_get_dn_by_oid.3 gnutls_x509_crq_get_dn_oid.3 gnutls_x509_crq_get_extension_by_oid.3 gnutls_x509_crq_get_extension_data.3 gnutls_x509_crq_get_extension_info.3 gnutls_x509_crq_get_key_id.3 gnutls_x509_crq_get_key_purpose_oid.3 gnutls_x509_crq_get_key_rsa_raw.3 gnutls_x509_crq_get_key_usage.3 gnutls_x509_crq_get_pk_algorithm.3 gnutls_x509_crq_get_private_key_usage_period.3 gnutls_x509_crq_get_subject_alt_name.3 gnutls_x509_crq_get_subject_alt_othername_oid.3 gnutls_x509_crq_get_version.3 gnutls_x509_crq_import.3 gnutls_x509_crq_init.3 gnutls_x509_crq_print.3 gnutls_x509_crq_privkey_sign.3 gnutls_x509_crq_set_attribute_by_oid.3 gnutls_x509_crq_set_basic_constraints.3 gnutls_x509_crq_set_challenge_password.3 gnutls_x509_crq_set_dn.3 gnutls_x509_crq_set_dn_by_oid.3 gnutls_x509_crq_set_key.3 gnutls_x509_crq_set_key_purpose_oid.3 gnutls_x509_crq_set_key_rsa_raw.3 gnutls_x509_crq_set_key_usage.3 gnutls_x509_crq_set_private_key_usage_period.3 gnutls_x509_crq_set_pubkey.3 gnutls_x509_crq_set_subject_alt_name.3 gnutls_x509_crq_set_version.3 gnutls_x509_crq_sign.3 gnutls_x509_crq_sign2.3 gnutls_x509_crq_verify.3 gnutls_x509_crt_check_hostname.3 '/usr/share/man/man3' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crt_check_issuer.3 gnutls_x509_crt_check_revocation.3 gnutls_x509_crt_cpy_crl_dist_points.3 gnutls_x509_crt_deinit.3 gnutls_x509_crt_export.3 gnutls_x509_crt_export2.3 gnutls_x509_crt_get_activation_time.3 gnutls_x509_crt_get_authority_info_access.3 gnutls_x509_crt_get_authority_key_gn_serial.3 gnutls_x509_crt_get_authority_key_id.3 gnutls_x509_crt_get_basic_constraints.3 gnutls_x509_crt_get_ca_status.3 gnutls_x509_crt_get_crl_dist_points.3 gnutls_x509_crt_get_dn.3 gnutls_x509_crt_get_dn2.3 gnutls_x509_crt_get_dn_by_oid.3 gnutls_x509_crt_get_dn_oid.3 gnutls_x509_crt_get_expiration_time.3 gnutls_x509_crt_get_extension_by_oid.3 gnutls_x509_crt_get_extension_data.3 gnutls_x509_crt_get_extension_info.3 gnutls_x509_crt_get_extension_oid.3 gnutls_x509_crt_get_fingerprint.3 gnutls_x509_crt_get_issuer.3 gnutls_x509_crt_get_issuer_alt_name.3 gnutls_x509_crt_get_issuer_alt_name2.3 gnutls_x509_crt_get_issuer_alt_othername_oid.3 gnutls_x509_crt_get_issuer_dn.3 gnutls_x509_crt_get_issuer_dn2.3 gnutls_x509_crt_get_issuer_dn_by_oid.3 gnutls_x509_crt_get_issuer_dn_oid.3 gnutls_x509_crt_get_issuer_unique_id.3 gnutls_x509_crt_get_key_id.3 gnutls_x509_crt_get_key_purpose_oid.3 gnutls_x509_crt_get_key_usage.3 gnutls_x509_crt_get_pk_algorithm.3 gnutls_x509_crt_get_pk_dsa_raw.3 gnutls_x509_crt_get_pk_rsa_raw.3 gnutls_x509_crt_get_policy.3 gnutls_x509_crt_get_preferred_hash_algorithm.3 '/usr/share/man/man3' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crt_get_private_key_usage_period.3 gnutls_x509_crt_get_proxy.3 gnutls_x509_crt_get_raw_dn.3 gnutls_x509_crt_get_raw_issuer_dn.3 gnutls_x509_crt_get_serial.3 gnutls_x509_crt_get_signature.3 gnutls_x509_crt_get_signature_algorithm.3 gnutls_x509_crt_get_subject.3 gnutls_x509_crt_get_subject_alt_name.3 gnutls_x509_crt_get_subject_alt_name2.3 gnutls_x509_crt_get_subject_alt_othername_oid.3 gnutls_x509_crt_get_subject_key_id.3 gnutls_x509_crt_get_subject_unique_id.3 gnutls_x509_crt_get_verify_algorithm.3 gnutls_x509_crt_get_version.3 gnutls_x509_crt_import.3 gnutls_x509_crt_import_pkcs11.3 gnutls_x509_crt_import_pkcs11_url.3 gnutls_x509_crt_init.3 gnutls_x509_crt_list_import.3 gnutls_x509_crt_list_import2.3 gnutls_x509_crt_list_import_pkcs11.3 gnutls_x509_crt_list_verify.3 gnutls_x509_crt_print.3 gnutls_x509_crt_privkey_sign.3 gnutls_x509_crt_set_activation_time.3 gnutls_x509_crt_set_authority_info_access.3 gnutls_x509_crt_set_authority_key_id.3 gnutls_x509_crt_set_basic_constraints.3 gnutls_x509_crt_set_ca_status.3 gnutls_x509_crt_set_crl_dist_points.3 gnutls_x509_crt_set_crl_dist_points2.3 gnutls_x509_crt_set_crq.3 gnutls_x509_crt_set_crq_extensions.3 gnutls_x509_crt_set_dn.3 gnutls_x509_crt_set_dn_by_oid.3 gnutls_x509_crt_set_expiration_time.3 gnutls_x509_crt_set_extension_by_oid.3 gnutls_x509_crt_set_issuer_dn.3 gnutls_x509_crt_set_issuer_dn_by_oid.3 '/usr/share/man/man3' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crt_set_key.3 gnutls_x509_crt_set_key_purpose_oid.3 gnutls_x509_crt_set_key_usage.3 gnutls_x509_crt_set_pin_function.3 gnutls_x509_crt_set_policy.3 gnutls_x509_crt_set_private_key_usage_period.3 gnutls_x509_crt_set_proxy.3 gnutls_x509_crt_set_proxy_dn.3 gnutls_x509_crt_set_pubkey.3 gnutls_x509_crt_set_serial.3 gnutls_x509_crt_set_subject_alternative_name.3 gnutls_x509_crt_set_subject_alt_name.3 gnutls_x509_crt_set_subject_key_id.3 gnutls_x509_crt_set_version.3 gnutls_x509_crt_sign.3 gnutls_x509_crt_sign2.3 gnutls_x509_crt_verify.3 gnutls_x509_crt_verify_data.3 gnutls_x509_crt_verify_hash.3 gnutls_x509_dn_deinit.3 gnutls_x509_dn_export.3 gnutls_x509_dn_export2.3 gnutls_x509_dn_get_rdn_ava.3 gnutls_x509_dn_import.3 gnutls_x509_dn_init.3 gnutls_x509_dn_oid_known.3 gnutls_x509_dn_oid_name.3 gnutls_x509_policy_release.3 gnutls_x509_privkey_cpy.3 gnutls_x509_privkey_deinit.3 gnutls_x509_privkey_export.3 gnutls_x509_privkey_export2.3 gnutls_x509_privkey_export2_pkcs8.3 gnutls_x509_privkey_export_dsa_raw.3 gnutls_x509_privkey_export_ecc_raw.3 gnutls_x509_privkey_export_pkcs8.3 gnutls_x509_privkey_export_rsa_raw.3 gnutls_x509_privkey_export_rsa_raw2.3 gnutls_x509_privkey_fix.3 gnutls_x509_privkey_generate.3 '/usr/share/man/man3' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_privkey_get_key_id.3 gnutls_x509_privkey_get_pk_algorithm.3 gnutls_x509_privkey_get_pk_algorithm2.3 gnutls_x509_privkey_import.3 gnutls_x509_privkey_import2.3 gnutls_x509_privkey_import_dsa_raw.3 gnutls_x509_privkey_import_ecc_raw.3 gnutls_x509_privkey_import_openssl.3 gnutls_x509_privkey_import_pkcs8.3 gnutls_x509_privkey_import_rsa_raw.3 gnutls_x509_privkey_import_rsa_raw2.3 gnutls_x509_privkey_init.3 gnutls_x509_privkey_sec_param.3 gnutls_x509_privkey_sign_data.3 gnutls_x509_privkey_sign_hash.3 gnutls_x509_privkey_verify_params.3 gnutls_x509_rdn_get.3 gnutls_x509_rdn_get_by_oid.3 gnutls_x509_rdn_get_oid.3 gnutls_x509_trust_list_add_cas.3 gnutls_x509_trust_list_add_crls.3 gnutls_x509_trust_list_add_named_crt.3 gnutls_x509_trust_list_add_system_trust.3 gnutls_x509_trust_list_add_trust_file.3 gnutls_x509_trust_list_add_trust_mem.3 gnutls_x509_trust_list_deinit.3 gnutls_x509_trust_list_get_issuer.3 gnutls_x509_trust_list_init.3 gnutls_x509_trust_list_remove_cas.3 gnutls_x509_trust_list_remove_trust_file.3 gnutls_x509_trust_list_remove_trust_mem.3 gnutls_x509_trust_list_verify_crt.3 gnutls_x509_trust_list_verify_named_crt.3 '/usr/share/man/man3' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in credentials unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in latex unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls-handshake-state.png gnutls-layers.png gnutls-modauth.png gnutls-pgp.png gnutls-client-server-use-case.png gnutls-handshake-sequence.png gnutls-internals.png gnutls-logo.png gnutls-x509.png pkcs11-vision.png '/usr/share/info' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./gnutls.info ./gnutls.info-1 ./gnutls.info-2 ./gnutls.info-3 ./gnutls.info-4 ./gnutls.info-5 ./gnutls-guile.info '/usr/share/info' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls.info' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls-guile.info' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in rsa-md5-collision unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in pkcs1-padding unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in pkcs8-decode unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in pkcs12-decode unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in userid unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in cert-tests unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in key-id unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in sha2 unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in safe-renegotiation unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in dsa unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in ecdsa unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in slow unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in dtls unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Making install in openpgp-certs unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:22:57 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install bison is already the newest version. unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install cmake is already the newest version. unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install flex is already the newest version. unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install g++ is already the newest version. unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install g++ set to manually installed. unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install gcc is already the newest version. unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install gcc set to manually installed. unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libsctp-dev is already the newest version. unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libsctp1 is already the newest version. unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install cmake-curses-gui is already the newest version. unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install gdb is already the newest version. unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libgcrypt11-dev is already the newest version. unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libmysqlclient-dev is already the newest version. unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install comerr-dev dh-apparmor gettext intltool-debian krb5-multidev libasprintf-dev unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libexpat1-dev unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri libgl1-mesa-glx unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 libkdb5-7 unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq5 libpython-dev unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial-common po-debconf python2.7-dev swig2.0 unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install tcl tcl8.6 tk tk8.6 x11-utils xbitmaps xterm unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install doc-base dh-make apparmor-easyprof gettext-doc krb5-doc libglide3 krb5-user unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install postgresql-doc-9.3 qct kdiff3 kdiff3-qt kompare meld tkcvs mgdiff unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install python-mysqldb python-pygments libmail-box-perl openssl-blacklist swig-doc unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install swig-examples swig2.0-examples swig2.0-doc tcl-tclreadline mesa-utils unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install xfonts-cyrillic unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install wish unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install comerr-dev debhelper dh-apparmor gettext intltool-debian krb5-multidev unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libasprintf-dev libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libexpat1-dev libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libgl1-mesa-glx libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libkdb5-7 libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq-dev libpq5 unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libpython-dev libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libxml2-dev libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial mercurial-common po-debconf python-dev unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install python2.7-dev ssl-cert swig swig2.0 tcl tcl8.6 tk tk8.6 x11-utils xbitmaps unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install xterm unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install 0 upgraded, 73 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install Need to get 43.0 MB of archives. unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install After this operation, 135 MB of additional disk space will be used. unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcroco3 amd64 0.6.8-2ubuntu1 [82.4 kB] unit-oai-hss-0: 16:22:58 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libpciaccess0 amd64 0.13.2-1 [20.4 kB] unit-oai-hss-0: 16:22:59 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-intel1 amd64 2.4.67-1ubuntu0.14.04.2 [55.3 kB] unit-oai-hss-0: 16:22:59 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-nouveau2 amd64 2.4.67-1ubuntu0.14.04.2 [16.0 kB] unit-oai-hss-0: 16:22:59 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-radeon1 amd64 2.4.67-1ubuntu0.14.04.2 [21.2 kB] unit-oai-hss-0: 16:22:59 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfontenc1 amd64 1:1.1.2-1 [15.6 kB] unit-oai-hss-0: 16:22:59 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libunistring0 amd64 0.9.3-5ubuntu3 [271 kB] unit-oai-hss-0: 16:23:00 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgettextpo0 amd64 0.18.3.1-1ubuntu3 [108 kB] unit-oai-hss-0: 16:23:00 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libllvm3.4 amd64 1:3.4-1ubuntu3 [6540 kB] unit-oai-hss-0: 16:23:01 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgl1-mesa-dri amd64 10.1.3-0ubuntu0.6 [4823 kB] unit-oai-hss-0: 16:23:01 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libglapi-mesa amd64 10.1.3-0ubuntu0.6 [21.0 kB] unit-oai-hss-0: 16:23:01 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libx11-xcb1 amd64 2:1.6.2-1ubuntu2 [9426 B] unit-oai-hss-0: 16:23:01 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-dri2-0 amd64 1.10-2ubuntu1 [6710 B] unit-oai-hss-0: 16:23:01 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-dri3-0 amd64 1.10-2ubuntu1 [5118 B] unit-oai-hss-0: 16:23:02 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-glx0 amd64 1.10-2ubuntu1 [20.0 kB] unit-oai-hss-0: 16:23:02 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-present0 amd64 1.10-2ubuntu1 [5254 B] unit-oai-hss-0: 16:23:02 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-sync1 amd64 1.10-2ubuntu1 [8090 B] unit-oai-hss-0: 16:23:02 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxdamage1 amd64 1:1.1.4-1ubuntu1 [7612 B] unit-oai-hss-0: 16:23:02 DEBUG unit.oai-hss/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxfixes3 amd64 1:5.0.1-1ubuntu1.1 [10.4 kB] unit-oai-hss-0: 16:23:02 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxshmfence1 amd64 1.1-2 [4644 B] unit-oai-hss-0: 16:23:02 DEBUG unit.oai-hss/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxxf86vm1 amd64 1:1.1.3-1 [11.7 kB] unit-oai-hss-0: 16:23:02 DEBUG unit.oai-hss/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgl1-mesa-glx amd64 10.1.3-0ubuntu0.6 [113 kB] unit-oai-hss-0: 16:23:03 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgssrpc4 amd64 1.12+dfsg-2ubuntu5.3 [53.1 kB] unit-oai-hss-0: 16:23:03 DEBUG unit.oai-hss/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libkadm5clnt-mit9 amd64 1.12+dfsg-2ubuntu5.3 [36.1 kB] unit-oai-hss-0: 16:23:03 DEBUG unit.oai-hss/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libkdb5-7 amd64 1.12+dfsg-2ubuntu5.3 [36.2 kB] unit-oai-hss-0: 16:23:03 DEBUG unit.oai-hss/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libkadm5srv-mit9 amd64 1.12+dfsg-2ubuntu5.3 [50.3 kB] unit-oai-hss-0: 16:23:03 DEBUG unit.oai-hss/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] unit-oai-hss-0: 16:23:04 DEBUG unit.oai-hss/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] unit-oai-hss-0: 16:23:05 DEBUG unit.oai-hss/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtcl8.6 amd64 8.6.1-4ubuntu1 [841 kB] unit-oai-hss-0: 16:23:05 DEBUG unit.oai-hss/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxft2 amd64 2.3.1-2 [36.2 kB] unit-oai-hss-0: 16:23:05 DEBUG unit.oai-hss/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxss1 amd64 1:1.2.2-1 [8582 B] unit-oai-hss-0: 16:23:05 DEBUG unit.oai-hss/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtk8.6 amd64 8.6.1-3ubuntu2 [689 kB] unit-oai-hss-0: 16:23:05 DEBUG unit.oai-hss/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxmu6 amd64 2:1.1.1-1 [53.8 kB] unit-oai-hss-0: 16:23:05 DEBUG unit.oai-hss/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] unit-oai-hss-0: 16:23:06 DEBUG unit.oai-hss/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxaw7 amd64 2:1.0.12-1 [168 kB] unit-oai-hss-0: 16:23:06 DEBUG unit.oai-hss/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-shape0 amd64 1.10-2ubuntu1 [5654 B] unit-oai-hss-0: 16:23:06 DEBUG unit.oai-hss/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcomposite1 amd64 1:0.4.4-1 [7714 B] unit-oai-hss-0: 16:23:06 DEBUG unit.oai-hss/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxinerama1 amd64 2:1.1.3-1 [7908 B] unit-oai-hss-0: 16:23:06 DEBUG unit.oai-hss/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxrandr2 amd64 2:1.5.0-1~trusty1 [17.5 kB] unit-oai-hss-0: 16:23:06 DEBUG unit.oai-hss/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxtst6 amd64 2:1.2.2-1 [14.1 kB] unit-oai-hss-0: 16:23:06 DEBUG unit.oai-hss/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxv1 amd64 2:1.0.10-1 [10.3 kB] unit-oai-hss-0: 16:23:06 DEBUG unit.oai-hss/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB] unit-oai-hss-0: 16:23:07 DEBUG unit.oai-hss/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtxc-dxtn-s2tc0 amd64 0~git20131104-1.1 [51.8 kB] unit-oai-hss-0: 16:23:07 DEBUG unit.oai-hss/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gettext amd64 0.18.3.1-1ubuntu3 [829 kB] unit-oai-hss-0: 16:23:07 DEBUG unit.oai-hss/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main intltool-debian all 0.35.0+20060710.1 [31.6 kB] unit-oai-hss-0: 16:23:07 DEBUG unit.oai-hss/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main po-debconf all 1.0.16+nmu2ubuntu1 [210 kB] unit-oai-hss-0: 16:23:07 DEBUG unit.oai-hss/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dh-apparmor all 2.10.95-0ubuntu2.6~14.04.3 [11.6 kB] unit-oai-hss-0: 16:23:07 DEBUG unit.oai-hss/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main debhelper all 9.20131227ubuntu1 [604 kB] unit-oai-hss-0: 16:23:08 DEBUG unit.oai-hss/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main comerr-dev amd64 2.1-1.42.9-3ubuntu1.3 [38.3 kB] unit-oai-hss-0: 16:23:08 DEBUG unit.oai-hss/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main krb5-multidev amd64 1.12+dfsg-2ubuntu5.3 [111 kB] unit-oai-hss-0: 16:23:08 DEBUG unit.oai-hss/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasprintf-dev amd64 0.18.3.1-1ubuntu3 [4438 B] unit-oai-hss-0: 16:23:08 DEBUG unit.oai-hss/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgettextpo-dev amd64 0.18.3.1-1ubuntu3 [122 kB] unit-oai-hss-0: 16:23:08 DEBUG unit.oai-hss/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsys-hostname-long-perl all 1.4-3 [11.3 kB] unit-oai-hss-0: 16:23:08 DEBUG unit.oai-hss/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmail-sendmail-perl all 0.79.16-1 [26.5 kB] unit-oai-hss-0: 16:23:08 DEBUG unit.oai-hss/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpq5 amd64 9.3.22-0ubuntu0.14.04 [78.7 kB] unit-oai-hss-0: 16:23:09 DEBUG unit.oai-hss/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpq-dev amd64 9.3.22-0ubuntu0.14.04 [140 kB] unit-oai-hss-0: 16:23:09 DEBUG unit.oai-hss/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libpython-dev amd64 2.7.5-5ubuntu3 [7078 B] unit-oai-hss-0: 16:23:09 DEBUG unit.oai-hss/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libutempter0 amd64 1.1.5-4build1 [8366 B] unit-oai-hss-0: 16:23:09 DEBUG unit.oai-hss/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.12 [630 kB] unit-oai-hss-0: 16:23:09 DEBUG unit.oai-hss/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe mercurial-common all 2.8.2-1ubuntu1.3 [1520 kB] unit-oai-hss-0: 16:23:09 DEBUG unit.oai-hss/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe mercurial amd64 2.8.2-1ubuntu1.3 [41.1 kB] unit-oai-hss-0: 16:23:10 DEBUG unit.oai-hss/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] unit-oai-hss-0: 16:23:10 DEBUG unit.oai-hss/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-dev amd64 2.7.5-5ubuntu3 [1166 B] unit-oai-hss-0: 16:23:10 DEBUG unit.oai-hss/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ssl-cert all 1.0.33 [16.6 kB] unit-oai-hss-0: 16:23:10 DEBUG unit.oai-hss/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main swig2.0 amd64 2.0.11-1ubuntu2 [875 kB] unit-oai-hss-0: 16:23:10 DEBUG unit.oai-hss/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main swig amd64 2.0.11-1ubuntu2 [6272 B] unit-oai-hss-0: 16:23:10 DEBUG unit.oai-hss/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tcl8.6 amd64 8.6.1-4ubuntu1 [14.2 kB] unit-oai-hss-0: 16:23:10 DEBUG unit.oai-hss/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tcl amd64 8.6.0+6ubuntu3 [4900 B] unit-oai-hss-0: 16:23:11 DEBUG unit.oai-hss/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tk8.6 amd64 8.6.1-3ubuntu2 [12.1 kB] unit-oai-hss-0: 16:23:11 DEBUG unit.oai-hss/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tk amd64 8.6.0+6ubuntu3 [3192 B] unit-oai-hss-0: 16:23:11 DEBUG unit.oai-hss/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main x11-utils amd64 7.7+1 [230 kB] unit-oai-hss-0: 16:23:11 DEBUG unit.oai-hss/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main xbitmaps all 1.1.1-2 [28.1 kB] unit-oai-hss-0: 16:23:11 DEBUG unit.oai-hss/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main xterm amd64 297-1ubuntu1 [665 kB] unit-oai-hss-0: 16:23:11 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 16:23:12 DEBUG unit.oai-hss/0.install Extracting templates from packages: 41% Extracting templates from packages: 82% Extracting templates from packages: 100% unit-oai-hss-0: 16:23:12 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 16:23:12 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 16:23:12 DEBUG unit.oai-hss/0.install Fetched 43.0 MB in 13s (3112 kB/s) unit-oai-hss-0: 16:23:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcroco3:amd64. unit-oai-hss-0: 16:23:12 DEBUG unit.oai-hss/0.install (Reading database ... 92730 files and directories currently installed.) unit-oai-hss-0: 16:23:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcroco3_0.6.8-2ubuntu1_amd64.deb ... unit-oai-hss-0: 16:23:12 DEBUG unit.oai-hss/0.install Unpacking libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 16:23:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpciaccess0:amd64. unit-oai-hss-0: 16:23:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpciaccess0_0.13.2-1_amd64.deb ... unit-oai-hss-0: 16:23:13 DEBUG unit.oai-hss/0.install Unpacking libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 16:23:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-oai-hss-0: 16:23:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-intel1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 16:23:13 DEBUG unit.oai-hss/0.install Unpacking libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 16:23:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-oai-hss-0: 16:23:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-nouveau2_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 16:23:13 DEBUG unit.oai-hss/0.install Unpacking libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 16:23:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-oai-hss-0: 16:23:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-radeon1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 16:23:14 DEBUG unit.oai-hss/0.install Unpacking libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 16:23:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontenc1:amd64. unit-oai-hss-0: 16:23:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontenc1_1%3a1.1.2-1_amd64.deb ... unit-oai-hss-0: 16:23:14 DEBUG unit.oai-hss/0.install Unpacking libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 16:23:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libunistring0:amd64. unit-oai-hss-0: 16:23:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libunistring0_0.9.3-5ubuntu3_amd64.deb ... unit-oai-hss-0: 16:23:15 DEBUG unit.oai-hss/0.install Unpacking libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 16:23:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo0:amd64. unit-oai-hss-0: 16:23:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo0_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 16:23:15 DEBUG unit.oai-hss/0.install Unpacking libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 16:23:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libllvm3.4:amd64. unit-oai-hss-0: 16:23:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libllvm3.4_1%3a3.4-1ubuntu3_amd64.deb ... unit-oai-hss-0: 16:23:15 DEBUG unit.oai-hss/0.install Unpacking libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 16:23:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-oai-hss-0: 16:23:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-dri_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 16:23:16 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 16:23:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-oai-hss-0: 16:23:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libglapi-mesa_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 16:23:18 DEBUG unit.oai-hss/0.install Unpacking libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 16:23:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-oai-hss-0: 16:23:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.2-1ubuntu2_amd64.deb ... unit-oai-hss-0: 16:23:18 DEBUG unit.oai-hss/0.install Unpacking libx11-xcb1:amd64 (2:1.6.2-1ubuntu2) ... unit-oai-hss-0: 16:23:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-oai-hss-0: 16:23:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri2-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 16:23:19 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:23:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-oai-hss-0: 16:23:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri3-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 16:23:20 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:23:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-oai-hss-0: 16:23:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-glx0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 16:23:20 DEBUG unit.oai-hss/0.install Unpacking libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:23:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-present0:amd64. unit-oai-hss-0: 16:23:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-present0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 16:23:20 DEBUG unit.oai-hss/0.install Unpacking libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:23:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-oai-hss-0: 16:23:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-sync1_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 16:23:21 DEBUG unit.oai-hss/0.install Unpacking libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:23:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxdamage1:amd64. unit-oai-hss-0: 16:23:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-1ubuntu1_amd64.deb ... unit-oai-hss-0: 16:23:21 DEBUG unit.oai-hss/0.install Unpacking libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 16:23:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxfixes3:amd64. unit-oai-hss-0: 16:23:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 16:23:22 DEBUG unit.oai-hss/0.install Unpacking libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 16:23:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxshmfence1:amd64. unit-oai-hss-0: 16:23:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxshmfence1_1.1-2_amd64.deb ... unit-oai-hss-0: 16:23:22 DEBUG unit.oai-hss/0.install Unpacking libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 16:23:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-oai-hss-0: 16:23:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 16:23:22 DEBUG unit.oai-hss/0.install Unpacking libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 16:23:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-oai-hss-0: 16:23:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-glx_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 16:23:23 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 16:23:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgssrpc4:amd64. unit-oai-hss-0: 16:23:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgssrpc4_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 16:23:23 DEBUG unit.oai-hss/0.install Unpacking libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 16:23:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5clnt-mit9:amd64. unit-oai-hss-0: 16:23:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5clnt-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 16:23:24 DEBUG unit.oai-hss/0.install Unpacking libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 16:23:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkdb5-7:amd64. unit-oai-hss-0: 16:23:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkdb5-7_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 16:23:24 DEBUG unit.oai-hss/0.install Unpacking libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 16:23:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5srv-mit9:amd64. unit-oai-hss-0: 16:23:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5srv-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 16:23:25 DEBUG unit.oai-hss/0.install Unpacking libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 16:23:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-oai-hss-0: 16:23:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 16:23:25 DEBUG unit.oai-hss/0.install Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 16:23:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-oai-hss-0: 16:23:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-oai-hss-0: 16:23:25 DEBUG unit.oai-hss/0.install Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 16:23:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtcl8.6:amd64. unit-oai-hss-0: 16:23:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 16:23:27 DEBUG unit.oai-hss/0.install Unpacking libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 16:23:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxft2:amd64. unit-oai-hss-0: 16:23:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxft2_2.3.1-2_amd64.deb ... unit-oai-hss-0: 16:23:28 DEBUG unit.oai-hss/0.install Unpacking libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 16:23:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxss1:amd64. unit-oai-hss-0: 16:23:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 16:23:29 DEBUG unit.oai-hss/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 16:23:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtk8.6:amd64. unit-oai-hss-0: 16:23:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 16:23:29 DEBUG unit.oai-hss/0.install Unpacking libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 16:23:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxmu6:amd64. unit-oai-hss-0: 16:23:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxmu6_2%3a1.1.1-1_amd64.deb ... unit-oai-hss-0: 16:23:30 DEBUG unit.oai-hss/0.install Unpacking libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 16:23:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxpm4:amd64. unit-oai-hss-0: 16:23:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 16:23:30 DEBUG unit.oai-hss/0.install Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 16:23:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxaw7:amd64. unit-oai-hss-0: 16:23:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxaw7_2%3a1.0.12-1_amd64.deb ... unit-oai-hss-0: 16:23:31 DEBUG unit.oai-hss/0.install Unpacking libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 16:23:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-oai-hss-0: 16:23:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-shape0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 16:23:32 DEBUG unit.oai-hss/0.install Unpacking libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:23:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcomposite1:amd64. unit-oai-hss-0: 16:23:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-oai-hss-0: 16:23:33 DEBUG unit.oai-hss/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 16:23:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxinerama1:amd64. unit-oai-hss-0: 16:23:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 16:23:34 DEBUG unit.oai-hss/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 16:23:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrandr2:amd64. unit-oai-hss-0: 16:23:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1~trusty1_amd64.deb ... unit-oai-hss-0: 16:23:35 DEBUG unit.oai-hss/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 16:23:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxtst6:amd64. unit-oai-hss-0: 16:23:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 16:23:35 DEBUG unit.oai-hss/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 16:23:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxv1:amd64. unit-oai-hss-0: 16:23:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-oai-hss-0: 16:23:35 DEBUG unit.oai-hss/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 16:23:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-oai-hss-0: 16:23:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 16:23:36 DEBUG unit.oai-hss/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 16:23:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-oai-hss-0: 16:23:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-oai-hss-0: 16:23:36 DEBUG unit.oai-hss/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 16:23:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package gettext. unit-oai-hss-0: 16:23:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../gettext_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 16:23:37 DEBUG unit.oai-hss/0.install Unpacking gettext (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 16:23:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package intltool-debian. unit-oai-hss-0: 16:23:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.1_all.deb ... unit-oai-hss-0: 16:23:37 DEBUG unit.oai-hss/0.install Unpacking intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 16:23:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package po-debconf. unit-oai-hss-0: 16:23:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../po-debconf_1.0.16+nmu2ubuntu1_all.deb ... unit-oai-hss-0: 16:23:38 DEBUG unit.oai-hss/0.install Unpacking po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 16:23:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package dh-apparmor. unit-oai-hss-0: 16:23:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../dh-apparmor_2.10.95-0ubuntu2.6~14.04.3_all.deb ... unit-oai-hss-0: 16:23:38 DEBUG unit.oai-hss/0.install Unpacking dh-apparmor (2.10.95-0ubuntu2.6~14.04.3) ... unit-oai-hss-0: 16:23:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package debhelper. unit-oai-hss-0: 16:23:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../debhelper_9.20131227ubuntu1_all.deb ... unit-oai-hss-0: 16:23:39 DEBUG unit.oai-hss/0.install Unpacking debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 16:23:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package comerr-dev. unit-oai-hss-0: 16:23:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../comerr-dev_2.1-1.42.9-3ubuntu1.3_amd64.deb ... unit-oai-hss-0: 16:23:40 DEBUG unit.oai-hss/0.install Unpacking comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 16:23:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package krb5-multidev. unit-oai-hss-0: 16:23:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../krb5-multidev_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 16:23:40 DEBUG unit.oai-hss/0.install Unpacking krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 16:23:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-oai-hss-0: 16:23:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasprintf-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 16:23:40 DEBUG unit.oai-hss/0.install Unpacking libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 16:23:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-oai-hss-0: 16:23:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 16:23:40 DEBUG unit.oai-hss/0.install Unpacking libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 16:23:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-oai-hss-0: 16:23:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsys-hostname-long-perl_1.4-3_all.deb ... unit-oai-hss-0: 16:23:41 DEBUG unit.oai-hss/0.install Unpacking libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 16:23:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmail-sendmail-perl. unit-oai-hss-0: 16:23:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-oai-hss-0: 16:23:41 DEBUG unit.oai-hss/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 16:23:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq5. unit-oai-hss-0: 16:23:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq5_9.3.22-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 16:23:42 DEBUG unit.oai-hss/0.install Unpacking libpq5 (9.3.22-0ubuntu0.14.04) ... unit-oai-hss-0: 16:23:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq-dev. unit-oai-hss-0: 16:23:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq-dev_9.3.22-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 16:23:43 DEBUG unit.oai-hss/0.install Unpacking libpq-dev (9.3.22-0ubuntu0.14.04) ... unit-oai-hss-0: 16:23:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython-dev:amd64. unit-oai-hss-0: 16:23:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 16:23:43 DEBUG unit.oai-hss/0.install Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 16:23:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libutempter0. unit-oai-hss-0: 16:23:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libutempter0_1.1.5-4build1_amd64.deb ... unit-oai-hss-0: 16:23:44 DEBUG unit.oai-hss/0.install Unpacking libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 16:23:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxml2-dev:amd64. unit-oai-hss-0: 16:23:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.12_amd64.deb ... unit-oai-hss-0: 16:23:45 DEBUG unit.oai-hss/0.install Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.12) ... unit-oai-hss-0: 16:23:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial-common. unit-oai-hss-0: 16:23:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial-common_2.8.2-1ubuntu1.3_all.deb ... unit-oai-hss-0: 16:23:45 DEBUG unit.oai-hss/0.install Unpacking mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 16:23:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial. unit-oai-hss-0: 16:23:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial_2.8.2-1ubuntu1.3_amd64.deb ... unit-oai-hss-0: 16:23:47 DEBUG unit.oai-hss/0.install Unpacking mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 16:23:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package python2.7-dev. unit-oai-hss-0: 16:23:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-oai-hss-0: 16:23:47 DEBUG unit.oai-hss/0.install Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 16:23:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-dev. unit-oai-hss-0: 16:23:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 16:23:48 DEBUG unit.oai-hss/0.install Unpacking python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 16:23:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package ssl-cert. unit-oai-hss-0: 16:23:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../ssl-cert_1.0.33_all.deb ... unit-oai-hss-0: 16:23:48 DEBUG unit.oai-hss/0.install Unpacking ssl-cert (1.0.33) ... unit-oai-hss-0: 16:23:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig2.0. unit-oai-hss-0: 16:23:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig2.0_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 16:23:49 DEBUG unit.oai-hss/0.install Unpacking swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 16:23:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig. unit-oai-hss-0: 16:23:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 16:23:49 DEBUG unit.oai-hss/0.install Unpacking swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 16:23:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl8.6. unit-oai-hss-0: 16:23:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 16:23:51 DEBUG unit.oai-hss/0.install Unpacking tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 16:23:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl. unit-oai-hss-0: 16:23:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 16:23:51 DEBUG unit.oai-hss/0.install Unpacking tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 16:23:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk8.6. unit-oai-hss-0: 16:23:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 16:23:51 DEBUG unit.oai-hss/0.install Unpacking tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 16:23:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk. unit-oai-hss-0: 16:23:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 16:23:52 DEBUG unit.oai-hss/0.install Unpacking tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 16:23:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-utils. unit-oai-hss-0: 16:23:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-utils_7.7+1_amd64.deb ... unit-oai-hss-0: 16:23:53 DEBUG unit.oai-hss/0.install Unpacking x11-utils (7.7+1) ... unit-oai-hss-0: 16:23:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package xbitmaps. unit-oai-hss-0: 16:23:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-oai-hss-0: 16:23:53 DEBUG unit.oai-hss/0.install Unpacking xbitmaps (1.1.1-2) ... unit-oai-hss-0: 16:23:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package xterm. unit-oai-hss-0: 16:23:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../xterm_297-1ubuntu1_amd64.deb ... unit-oai-hss-0: 16:23:54 DEBUG unit.oai-hss/0.install Unpacking xterm (297-1ubuntu1) ... unit-oai-hss-0: 16:23:54 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 16:23:57 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 16:23:57 DEBUG unit.oai-hss/0.install Processing triggers for mime-support (3.54ubuntu1.1) ... unit-oai-hss-0: 16:23:57 DEBUG unit.oai-hss/0.install Setting up libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 16:23:58 DEBUG unit.oai-hss/0.install Setting up libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 16:23:58 DEBUG unit.oai-hss/0.install Setting up libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 16:23:58 DEBUG unit.oai-hss/0.install Setting up libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 16:23:58 DEBUG unit.oai-hss/0.install Setting up libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 16:23:59 DEBUG unit.oai-hss/0.install Setting up libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 16:23:59 DEBUG unit.oai-hss/0.install Setting up libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 16:23:59 DEBUG unit.oai-hss/0.install Setting up libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 16:23:59 DEBUG unit.oai-hss/0.install Setting up libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 16:23:59 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 16:23:59 DEBUG unit.oai-hss/0.install Setting up libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 16:24:00 DEBUG unit.oai-hss/0.install Setting up libx11-xcb1:amd64 (2:1.6.2-1ubuntu2) ... unit-oai-hss-0: 16:24:00 DEBUG unit.oai-hss/0.install Setting up libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:24:00 DEBUG unit.oai-hss/0.install Setting up libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:24:00 DEBUG unit.oai-hss/0.install Setting up libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:24:00 DEBUG unit.oai-hss/0.install Setting up libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:24:00 DEBUG unit.oai-hss/0.install Setting up libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:24:01 DEBUG unit.oai-hss/0.install Setting up libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 16:24:01 DEBUG unit.oai-hss/0.install Setting up libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 16:24:01 DEBUG unit.oai-hss/0.install Setting up libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 16:24:02 DEBUG unit.oai-hss/0.install Setting up libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 16:24:02 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 16:24:02 DEBUG unit.oai-hss/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-oai-hss-0: 16:24:02 DEBUG unit.oai-hss/0.install Setting up libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 16:24:02 DEBUG unit.oai-hss/0.install Setting up libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 16:24:02 DEBUG unit.oai-hss/0.install Setting up libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 16:24:03 DEBUG unit.oai-hss/0.install Setting up libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 16:24:03 DEBUG unit.oai-hss/0.install Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 16:24:03 DEBUG unit.oai-hss/0.install Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 16:24:03 DEBUG unit.oai-hss/0.install Setting up libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 16:24:03 DEBUG unit.oai-hss/0.install Setting up libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 16:24:04 DEBUG unit.oai-hss/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 16:24:04 DEBUG unit.oai-hss/0.install Setting up libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 16:24:04 DEBUG unit.oai-hss/0.install Setting up libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 16:24:04 DEBUG unit.oai-hss/0.install Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 16:24:05 DEBUG unit.oai-hss/0.install Setting up libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 16:24:05 DEBUG unit.oai-hss/0.install Setting up libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 16:24:05 DEBUG unit.oai-hss/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 16:24:05 DEBUG unit.oai-hss/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 16:24:05 DEBUG unit.oai-hss/0.install Setting up libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 16:24:06 DEBUG unit.oai-hss/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 16:24:06 DEBUG unit.oai-hss/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 16:24:07 DEBUG unit.oai-hss/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 16:24:07 DEBUG unit.oai-hss/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 16:24:07 DEBUG unit.oai-hss/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-oai-hss-0: 16:24:07 DEBUG unit.oai-hss/0.install Setting up gettext (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 16:24:07 DEBUG unit.oai-hss/0.install Setting up intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 16:24:08 DEBUG unit.oai-hss/0.install Setting up po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 16:24:08 DEBUG unit.oai-hss/0.install Setting up dh-apparmor (2.10.95-0ubuntu2.6~14.04.3) ... unit-oai-hss-0: 16:24:08 DEBUG unit.oai-hss/0.install Setting up debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 16:24:09 DEBUG unit.oai-hss/0.install Setting up comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 16:24:09 DEBUG unit.oai-hss/0.install Setting up krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 16:24:09 DEBUG unit.oai-hss/0.install Setting up libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 16:24:09 DEBUG unit.oai-hss/0.install Setting up libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 16:24:09 DEBUG unit.oai-hss/0.install Setting up libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 16:24:10 DEBUG unit.oai-hss/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 16:24:10 DEBUG unit.oai-hss/0.install Setting up libpq5 (9.3.22-0ubuntu0.14.04) ... unit-oai-hss-0: 16:24:10 DEBUG unit.oai-hss/0.install Setting up libpq-dev (9.3.22-0ubuntu0.14.04) ... unit-oai-hss-0: 16:24:10 DEBUG unit.oai-hss/0.install Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 16:24:10 DEBUG unit.oai-hss/0.install Setting up libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 16:24:10 DEBUG unit.oai-hss/0.install Creating utempter group... unit-oai-hss-0: 16:24:11 DEBUG unit.oai-hss/0.install Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.12) ... unit-oai-hss-0: 16:24:11 DEBUG unit.oai-hss/0.install Setting up mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 16:24:12 DEBUG unit.oai-hss/0.install Setting up mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 16:24:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:24:12 DEBUG unit.oai-hss/0.install Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version unit-oai-hss-0: 16:24:12 DEBUG unit.oai-hss/0.install Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 16:24:12 DEBUG unit.oai-hss/0.install Setting up python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 16:24:12 DEBUG unit.oai-hss/0.install Setting up ssl-cert (1.0.33) ... unit-oai-hss-0: 16:24:13 DEBUG unit.oai-hss/0.install Setting up swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 16:24:13 DEBUG unit.oai-hss/0.install Setting up swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 16:24:13 DEBUG unit.oai-hss/0.install Setting up tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 16:24:14 DEBUG unit.oai-hss/0.install Setting up tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 16:24:14 DEBUG unit.oai-hss/0.install Setting up tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 16:24:14 DEBUG unit.oai-hss/0.install Setting up tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 16:24:14 DEBUG unit.oai-hss/0.install Setting up x11-utils (7.7+1) ... unit-oai-hss-0: 16:24:15 DEBUG unit.oai-hss/0.install Setting up xbitmaps (1.1.1-2) ... unit-oai-hss-0: 16:24:15 DEBUG unit.oai-hss/0.install Setting up xterm (297-1ubuntu1) ... unit-oai-hss-0: 16:24:15 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-oai-hss-0: 16:24:15 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-oai-hss-0: 16:24:15 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 16:24:16 DEBUG unit.oai-hss/0.install Downloading 1.2.0 freeDiameter archive unit-oai-hss-0: 16:24:16 DEBUG unit.oai-hss/0.install Cloning into 'freediameter'... unit-oai-hss-0: 16:24:23 DEBUG unit.oai-hss/0.install -- The C compiler identification is GNU 4.8.4 unit-oai-hss-0: 16:24:23 DEBUG unit.oai-hss/0.install -- The CXX compiler identification is GNU 4.8.4 unit-oai-hss-0: 16:24:23 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc unit-oai-hss-0: 16:24:23 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc -- works unit-oai-hss-0: 16:24:23 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info unit-oai-hss-0: 16:24:23 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info - done unit-oai-hss-0: 16:24:23 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ unit-oai-hss-0: 16:24:23 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ -- works unit-oai-hss-0: 16:24:23 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info - done unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for bison unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for bison -- /usr/bin/bison unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for flex unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for flex -- /usr/bin/flex unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for getopt_long unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for getopt_long - found unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs - found unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Check if the system is big endian unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Searching 16 bit integer unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h - found unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for stdint.h unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for stdint.h - found unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for stddef.h unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for stddef.h - found unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Check size of unsigned short unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Check size of unsigned short - done unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Using unsigned short unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Check if the system is big endian - little endian unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for ntohll unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for ntohll - not found unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h - found unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for strndup unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for strndup - found unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h - found unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for pthread_create unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for pthread_create - not found unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads - not found unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread - found unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Found Threads: TRUE unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime - found unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx - not found unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Found SCTP: /usr/lib/x86_64-linux-gnu/libsctp.so unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS - Success unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Found IDNA: /usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT - Success unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Found GNUTLS: /usr/lib/libgnutls.so unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Checking GNUTLS version unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls - found unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls - found unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls - found unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls - found unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG - found unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait - found unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND - Success unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -- Configuring done unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdproto/CMakeLists.txt: unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install Target "libfdproto" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -lpthread;/usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install -lpthread unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdcore/CMakeLists.txt: unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install Target "libfdcore" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install libfdproto;dl;/usr/lib/x86_64-linux-gnu/libsctp.so;/usr/lib/x86_64-linux-gnu/libgcrypt.so;/usr/lib/libgnutls.so unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 16:24:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:24:25 DEBUG unit.oai-hss/0.install -- Generating done unit-oai-hss-0: 16:24:25 DEBUG unit.oai-hss/0.install -- Build files have been written to: /tmp/freediameter/build unit-oai-hss-0: 16:24:25 DEBUG unit.oai-hss/0.install Compiling freeDiameter unit-oai-hss-0: 16:24:25 DEBUG unit.oai-hss/0.install Scanning dependencies of target version_information unit-oai-hss-0: 16:24:25 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 16:24:25 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdproto unit-oai-hss-0: 16:24:25 DEBUG unit.oai-hss/0.install [ 1%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary.c.o unit-oai-hss-0: 16:24:25 DEBUG unit.oai-hss/0.install [ 2%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary_functions.c.o unit-oai-hss-0: 16:24:25 DEBUG unit.oai-hss/0.install [ 3%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dispatch.c.o unit-oai-hss-0: 16:24:25 DEBUG unit.oai-hss/0.install [ 4%] Building C object libfdproto/CMakeFiles/libfdproto.dir/fifo.c.o unit-oai-hss-0: 16:24:25 DEBUG unit.oai-hss/0.install [ 5%] Building C object libfdproto/CMakeFiles/libfdproto.dir/init.c.o unit-oai-hss-0: 16:24:25 DEBUG unit.oai-hss/0.install [ 6%] Building C object libfdproto/CMakeFiles/libfdproto.dir/lists.c.o unit-oai-hss-0: 16:24:25 DEBUG unit.oai-hss/0.install [ 7%] Building C object libfdproto/CMakeFiles/libfdproto.dir/log.c.o unit-oai-hss-0: 16:24:25 DEBUG unit.oai-hss/0.install [ 8%] Building C object libfdproto/CMakeFiles/libfdproto.dir/messages.c.o unit-oai-hss-0: 16:24:25 DEBUG unit.oai-hss/0.install [ 9%] Building C object libfdproto/CMakeFiles/libfdproto.dir/ostr.c.o unit-oai-hss-0: 16:24:25 DEBUG unit.oai-hss/0.install [ 10%] Building C object libfdproto/CMakeFiles/libfdproto.dir/portability.c.o unit-oai-hss-0: 16:24:25 DEBUG unit.oai-hss/0.install [ 11%] Building C object libfdproto/CMakeFiles/libfdproto.dir/rt_data.c.o unit-oai-hss-0: 16:24:25 DEBUG unit.oai-hss/0.install [ 12%] Building C object libfdproto/CMakeFiles/libfdproto.dir/sessions.c.o unit-oai-hss-0: 16:24:25 DEBUG unit.oai-hss/0.install [ 13%] Building C object libfdproto/CMakeFiles/libfdproto.dir/utils.c.o unit-oai-hss-0: 16:24:25 DEBUG unit.oai-hss/0.install [ 14%] Building C object libfdproto/CMakeFiles/libfdproto.dir/version.c.o unit-oai-hss-0: 16:24:25 DEBUG unit.oai-hss/0.install Linking C shared library libfdproto.so unit-oai-hss-0: 16:24:26 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 16:24:26 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 16:24:26 DEBUG unit.oai-hss/0.install [ 15%] Generating fdd.tab.c, fdd.tab.h unit-oai-hss-0: 16:24:26 DEBUG unit.oai-hss/0.install [ 16%] Generating lex.fdd.c unit-oai-hss-0: 16:24:26 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdcore unit-oai-hss-0: 16:24:26 DEBUG unit.oai-hss/0.install [ 17%] Building C object libfdcore/CMakeFiles/libfdcore.dir/apps.c.o unit-oai-hss-0: 16:24:26 DEBUG unit.oai-hss/0.install [ 18%] Building C object libfdcore/CMakeFiles/libfdcore.dir/config.c.o unit-oai-hss-0: 16:24:26 DEBUG unit.oai-hss/0.install [ 19%] Building C object libfdcore/CMakeFiles/libfdcore.dir/core.c.o unit-oai-hss-0: 16:24:26 DEBUG unit.oai-hss/0.install [ 20%] Building C object libfdcore/CMakeFiles/libfdcore.dir/cnxctx.c.o unit-oai-hss-0: 16:24:26 DEBUG unit.oai-hss/0.install [ 21%] Building C object libfdcore/CMakeFiles/libfdcore.dir/endpoints.c.o unit-oai-hss-0: 16:24:26 DEBUG unit.oai-hss/0.install [ 22%] Building C object libfdcore/CMakeFiles/libfdcore.dir/events.c.o unit-oai-hss-0: 16:24:26 DEBUG unit.oai-hss/0.install [ 23%] Building C object libfdcore/CMakeFiles/libfdcore.dir/extensions.c.o unit-oai-hss-0: 16:24:26 DEBUG unit.oai-hss/0.install [ 25%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fifo_stats.c.o unit-oai-hss-0: 16:24:26 DEBUG unit.oai-hss/0.install [ 26%] Building C object libfdcore/CMakeFiles/libfdcore.dir/hooks.c.o unit-oai-hss-0: 16:24:26 DEBUG unit.oai-hss/0.install [ 27%] Building C object libfdcore/CMakeFiles/libfdcore.dir/dict_base_proto.c.o unit-oai-hss-0: 16:24:26 DEBUG unit.oai-hss/0.install [ 28%] Building C object libfdcore/CMakeFiles/libfdcore.dir/messages.c.o unit-oai-hss-0: 16:24:26 DEBUG unit.oai-hss/0.install [ 29%] Building C object libfdcore/CMakeFiles/libfdcore.dir/queues.c.o unit-oai-hss-0: 16:24:26 DEBUG unit.oai-hss/0.install [ 30%] Building C object libfdcore/CMakeFiles/libfdcore.dir/peers.c.o unit-oai-hss-0: 16:24:26 DEBUG unit.oai-hss/0.install [ 31%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_ce.c.o unit-oai-hss-0: 16:24:27 DEBUG unit.oai-hss/0.install [ 32%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_cnx.c.o unit-oai-hss-0: 16:24:27 DEBUG unit.oai-hss/0.install [ 33%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dw.c.o unit-oai-hss-0: 16:24:27 DEBUG unit.oai-hss/0.install [ 34%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dp.c.o unit-oai-hss-0: 16:24:27 DEBUG unit.oai-hss/0.install [ 35%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_expiry.c.o unit-oai-hss-0: 16:24:27 DEBUG unit.oai-hss/0.install [ 36%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_out.c.o unit-oai-hss-0: 16:24:27 DEBUG unit.oai-hss/0.install [ 37%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_psm.c.o unit-oai-hss-0: 16:24:27 DEBUG unit.oai-hss/0.install [ 38%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_sr.c.o unit-oai-hss-0: 16:24:27 DEBUG unit.oai-hss/0.install [ 39%] Building C object libfdcore/CMakeFiles/libfdcore.dir/routing_dispatch.c.o unit-oai-hss-0: 16:24:27 DEBUG unit.oai-hss/0.install [ 40%] Building C object libfdcore/CMakeFiles/libfdcore.dir/server.c.o unit-oai-hss-0: 16:24:27 DEBUG unit.oai-hss/0.install [ 41%] Building C object libfdcore/CMakeFiles/libfdcore.dir/tcp.c.o unit-oai-hss-0: 16:24:27 DEBUG unit.oai-hss/0.install [ 42%] Building C object libfdcore/CMakeFiles/libfdcore.dir/version.c.o unit-oai-hss-0: 16:24:27 DEBUG unit.oai-hss/0.install [ 43%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp.c.o unit-oai-hss-0: 16:24:27 DEBUG unit.oai-hss/0.install [ 44%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp3436.c.o unit-oai-hss-0: 16:24:27 DEBUG unit.oai-hss/0.install [ 45%] Building C object libfdcore/CMakeFiles/libfdcore.dir/lex.fdd.c.o unit-oai-hss-0: 16:24:27 DEBUG unit.oai-hss/0.install [ 46%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fdd.tab.c.o unit-oai-hss-0: 16:24:28 DEBUG unit.oai-hss/0.install Linking C shared library libfdcore.so unit-oai-hss-0: 16:24:28 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 16:24:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target freeDiameterd unit-oai-hss-0: 16:24:28 DEBUG unit.oai-hss/0.install [ 47%] Building C object freeDiameterd/CMakeFiles/freeDiameterd.dir/main.c.o unit-oai-hss-0: 16:24:28 DEBUG unit.oai-hss/0.install Linking C executable freeDiameterd unit-oai-hss-0: 16:24:28 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 16:24:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target testcnx unit-oai-hss-0: 16:24:28 DEBUG unit.oai-hss/0.install [ 48%] Building C object tests/CMakeFiles/testcnx.dir/testcnx.c.o unit-oai-hss-0: 16:24:28 DEBUG unit.oai-hss/0.install Linking C executable testcnx unit-oai-hss-0: 16:24:28 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 16:24:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdict unit-oai-hss-0: 16:24:28 DEBUG unit.oai-hss/0.install [ 50%] Building C object tests/CMakeFiles/testdict.dir/testdict.c.o unit-oai-hss-0: 16:24:28 DEBUG unit.oai-hss/0.install Linking C executable testdict unit-oai-hss-0: 16:24:28 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 16:24:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdisp unit-oai-hss-0: 16:24:28 DEBUG unit.oai-hss/0.install [ 51%] Building C object tests/CMakeFiles/testdisp.dir/testdisp.c.o unit-oai-hss-0: 16:24:28 DEBUG unit.oai-hss/0.install Linking C executable testdisp unit-oai-hss-0: 16:24:28 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 16:24:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target testfifo unit-oai-hss-0: 16:24:28 DEBUG unit.oai-hss/0.install [ 52%] Building C object tests/CMakeFiles/testfifo.dir/testfifo.c.o unit-oai-hss-0: 16:24:29 DEBUG unit.oai-hss/0.install Linking C executable testfifo unit-oai-hss-0: 16:24:29 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 16:24:29 DEBUG unit.oai-hss/0.install Scanning dependencies of target testloadext unit-oai-hss-0: 16:24:29 DEBUG unit.oai-hss/0.install [ 53%] Building C object tests/CMakeFiles/testloadext.dir/testloadext.c.o unit-oai-hss-0: 16:24:29 DEBUG unit.oai-hss/0.install Linking C executable testloadext unit-oai-hss-0: 16:24:29 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 16:24:29 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg unit-oai-hss-0: 16:24:29 DEBUG unit.oai-hss/0.install [ 54%] Building C object tests/CMakeFiles/testmesg.dir/testmesg.c.o unit-oai-hss-0: 16:24:29 DEBUG unit.oai-hss/0.install Linking C executable testmesg unit-oai-hss-0: 16:24:29 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 16:24:29 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg_stress unit-oai-hss-0: 16:24:29 DEBUG unit.oai-hss/0.install [ 55%] Building C object tests/CMakeFiles/testmesg_stress.dir/testmesg_stress.c.o unit-oai-hss-0: 16:24:29 DEBUG unit.oai-hss/0.install Linking C executable testmesg_stress unit-oai-hss-0: 16:24:29 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install Scanning dependencies of target testostr unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install [ 56%] Building C object tests/CMakeFiles/testostr.dir/testostr.c.o unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install Linking C executable testostr unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install Scanning dependencies of target testpeers unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install [ 57%] Building C object tests/CMakeFiles/testpeers.dir/testpeers.c.o unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install Linking C executable testpeers unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsctp unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install [ 58%] Building C object tests/CMakeFiles/testsctp.dir/testsctp.c.o unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install Linking C executable testsctp unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsess unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install [ 59%] Building C object tests/CMakeFiles/testsess.dir/testsess.c.o unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install Linking C executable testsess unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_s6a unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install [ 60%] Building C object extensions/dict_s6a/CMakeFiles/dict_s6a.dir/dict_s6a.c.o unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_s6a.fdx unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nasreq unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install [ 61%] Building C object extensions/dict_nasreq/CMakeFiles/dict_nasreq.dir/dict_nasreq.c.o unit-oai-hss-0: 16:24:30 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nasreq.fdx unit-oai-hss-0: 16:24:31 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 16:24:31 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_eap unit-oai-hss-0: 16:24:31 DEBUG unit.oai-hss/0.install [ 62%] Building C object extensions/dict_eap/CMakeFiles/dict_eap.dir/dict_eap.c.o unit-oai-hss-0: 16:24:31 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_eap.fdx unit-oai-hss-0: 16:24:31 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 16:24:31 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca unit-oai-hss-0: 16:24:31 DEBUG unit.oai-hss/0.install [ 63%] Building C object extensions/dict_dcca/CMakeFiles/dict_dcca.dir/dict_dcca.c.o unit-oai-hss-0: 16:24:31 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca.fdx unit-oai-hss-0: 16:24:31 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 16:24:31 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_3gpp unit-oai-hss-0: 16:24:31 DEBUG unit.oai-hss/0.install [ 64%] Building C object extensions/dict_dcca_3gpp/CMakeFiles/dict_dcca_3gpp.dir/dict_dcca_3gpp.c.o unit-oai-hss-0: 16:24:31 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_3gpp.fdx unit-oai-hss-0: 16:24:31 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 16:24:31 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_starent unit-oai-hss-0: 16:24:31 DEBUG unit.oai-hss/0.install [ 65%] Building C object extensions/dict_dcca_starent/CMakeFiles/dict_dcca_starent.dir/dict_dcca_starent.c.o unit-oai-hss-0: 16:24:31 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_starent.fdx unit-oai-hss-0: 16:24:31 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 16:24:31 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_sip unit-oai-hss-0: 16:24:31 DEBUG unit.oai-hss/0.install [ 66%] Building C object extensions/dict_sip/CMakeFiles/dict_sip.dir/dict_sip.c.o unit-oai-hss-0: 16:24:31 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_sip.fdx unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6a unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install [ 67%] Building C object extensions/dict_mip6a/CMakeFiles/dict_mip6a.dir/dict_mip6a.c.o unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6a.fdx unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6i unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install [ 68%] Building C object extensions/dict_mip6i/CMakeFiles/dict_mip6i.dir/dict_mip6i.c.o unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6i.fdx unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nas_mipv6 unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install [ 69%] Building C object extensions/dict_nas_mipv6/CMakeFiles/dict_nas_mipv6.dir/dict_nas_mipv6.c.o unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nas_mipv6.fdx unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_rfc5777 unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install [ 70%] Building C object extensions/dict_rfc5777/CMakeFiles/dict_rfc5777.dir/dict_rfc5777.c.o unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_rfc5777.fdx unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install [ 71%] Generating rtd_conf.tab.c, rtd_conf.tab.h unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install [ 72%] Generating lex.rtd_conf.c unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_default unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install [ 73%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rt_default.c.o unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install [ 75%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/lex.rtd_conf.c.o unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install [ 76%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rtd_conf.tab.c.o unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install [ 77%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rtd_rules.c.o unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_default.fdx unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_redirect unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install [ 78%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/rt_redir.c.o unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install [ 79%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_entries.c.o unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install [ 80%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_expiry.c.o unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install [ 81%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_fwd.c.o unit-oai-hss-0: 16:24:32 DEBUG unit.oai-hss/0.install [ 82%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_out.c.o unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_redirect.fdx unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 83%] Generating rtbusy_conf.tab.c, rtbusy_conf.tab.h unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 84%] Generating lex.rtbusy_conf.c unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_busypeers unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 85%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy.c.o unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 86%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/lex.rtbusy_conf.c.o unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 87%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy_conf.tab.c.o unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_busypeers.fdx unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_ignore_dh unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 88%] Building C object extensions/rt_ignore_dh/CMakeFiles/rt_ignore_dh.dir/rt_ignore_dh.c.o unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_ignore_dh.fdx unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_load_balance unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 89%] Building C object extensions/rt_load_balance/CMakeFiles/rt_load_balance.dir/rt_load_balance.c.o unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_load_balance.fdx unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 90%] Generating aw_conf.tab.c, aw_conf.tab.h unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 91%] Generating lex.aw_conf.c unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target acl_wl unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 92%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/acl_wl.c.o unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 93%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/aw_tree.c.o unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 94%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/lex.aw_conf.c.o unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 95%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/aw_conf.tab.c.o unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install Linking C shared module ../acl_wl.fdx unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_monitor unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 96%] Building C object extensions/dbg_monitor/CMakeFiles/dbg_monitor.dir/dbg_monitor.c.o unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_monitor.fdx unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_timings unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 97%] Building C object extensions/dbg_msg_timings/CMakeFiles/dbg_msg_timings.dir/dbg_msg_timings.c.o unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_timings.fdx unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_dumps unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 98%] Building C object extensions/dbg_msg_dumps/CMakeFiles/dbg_msg_dumps.dir/dbg_msg_dumps.c.o unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_dumps.fdx unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_rt unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [100%] Building C object extensions/dbg_rt/CMakeFiles/dbg_rt.dir/dbg_rt.c.o unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_rt.fdx unit-oai-hss-0: 16:24:33 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Install configuration: "" unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/freeDiameter-host.h unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdproto.h unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdcore.h unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/extension.h unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.1.2.0 unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.6 unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.1.2.0 unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.6 unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/lib/libfdcore.so.1.2.0" unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd-1.2.0 unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/bin/freeDiameterd-1.2.0" unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_s6a.fdx unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nasreq.fdx unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_eap.fdx unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca.fdx unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_3gpp.fdx unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_starent.fdx unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_sip.fdx unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6a.fdx unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6i.fdx unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nas_mipv6.fdx unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_rfc5777.fdx unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_default.fdx unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_redirect.fdx unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_busypeers.fdx unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_ignore_dh.fdx unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_load_balance.fdx unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/acl_wl.fdx unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_monitor.fdx unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_timings.fdx unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_dumps.fdx unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_rt.fdx unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install python-pexpect-doc unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install python-pexpect unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install Need to get 37.8 kB of archives. unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install After this operation, 193 kB of additional disk space will be used. unit-oai-hss-0: 16:24:34 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-pexpect all 3.1-1ubuntu0.1 [37.8 kB] unit-oai-hss-0: 16:24:35 DEBUG unit.oai-hss/0.install Fetched 37.8 kB in 0s (55.3 kB/s) unit-oai-hss-0: 16:24:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-pexpect. unit-oai-hss-0: 16:24:35 DEBUG unit.oai-hss/0.install (Reading database ... 95621 files and directories currently installed.) unit-oai-hss-0: 16:24:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-pexpect_3.1-1ubuntu0.1_all.deb ... unit-oai-hss-0: 16:24:35 DEBUG unit.oai-hss/0.install Unpacking python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 16:24:35 DEBUG unit.oai-hss/0.install Setting up python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install + install -o root -g root -m 0644 /var/lib/juju/agents/unit-oai-hss-0/charm/files/CMakeLists.txt /srv/openair-cn/BUILD/HSS/CMakeLists.txt unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -d unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Compile with debug informations unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install mkdir: created directory 'BUILD' unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install git found: /usr/bin/git unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Generating a 1024 bit RSA private key unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install ......++++++ unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install ...........++++++ unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install writing new private key to 'hss.cakey.pem' unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install ----- unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Generating RSA private key, 1024 bit long modulus unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install ..............................................................................................++++++ unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install ......................................................++++++ unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install e is 65537 (0x10001) unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Using configuration from /usr/lib/ssl/openssl.cnf unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Check that the request matches the signature unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Signature ok unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Certificate Details: unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Serial Number: 1 (0x1) unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Validity unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Not Before: Apr 25 16:24:36 2018 GMT unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Not After : Apr 25 16:24:36 2019 GMT unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Subject: unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install countryName = FR unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install stateOrProvinceName = PACA unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install organizationName = Eurecom unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install organizationalUnitName = CM unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install commonName = oai-hss-0.openair4G.eur unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install X509v3 extensions: unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install X509v3 Basic Constraints: unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install CA:FALSE unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Netscape Comment: unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install OpenSSL Generated Certificate unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install X509v3 Subject Key Identifier: unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install 05:DA:B2:D8:98:18:9C:B9:A5:9D:95:1A:E0:18:99:4A:45:99:3A:31 unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install X509v3 Authority Key Identifier: unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install keyid:39:8F:7F:97:B9:C4:4A:FF:97:EC:E7:90:AD:87:0E:67:13:E4:40:93 unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Certificate is to be certified until Apr 25 16:24:36 2019 GMT (365 days) unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Write out database with 1 new entries unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Data Base Updated unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install CMake Warning: unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Manually-specified variables were not used by the project: unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install DEBUG unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_access_restriction unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_auc unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_db unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_s6a unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_utils unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install [ 4%] [ 8%] [ 13%] [ 17%] [ 21%] [ 26%] [ 30%] [ 34%] [ 39%] [ 43%] [ 47%] Building C object CMakeFiles/hss_access_restriction.dir/srv/openair-cn/SRC/OAI_HSS/access_restriction/access_restriction.c.o unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install [ 52%] [ 56%] [ 60%] [ 65%] [ 69%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/fx.c.o unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/kdf.c.o unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install [ 73%] Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_connector.c.o unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_subscription_data.c.o unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_epc_equipment.c.o unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/rijndael.c.o unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_auth_info.c.o unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/conversion.c.o unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/sequence_number.c.o unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/random.c.o unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/hss_config.c.o unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_error.c.o unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_common.c.o unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_fd.c.o unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/pid_file.c.o unit-oai-hss-0: 16:24:36 DEBUG unit.oai-hss/0.install [ 78%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_in_addr.c.o unit-oai-hss-0: 16:24:37 DEBUG unit.oai-hss/0.install [ 82%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_peers.c.o unit-oai-hss-0: 16:24:37 DEBUG unit.oai-hss/0.install [ 86%] [ 91%] [ 95%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_purge_ue.c.o unit-oai-hss-0: 16:24:37 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_subscription_data.c.o unit-oai-hss-0: 16:24:37 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_supported_features.c.o unit-oai-hss-0: 16:24:37 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_up_loc.c.o unit-oai-hss-0: 16:24:37 DEBUG unit.oai-hss/0.install Linking C static library libhss_access_restriction.a unit-oai-hss-0: 16:24:38 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_access_restriction unit-oai-hss-0: 16:24:38 DEBUG unit.oai-hss/0.install Linking C static library libhss_utils.a unit-oai-hss-0: 16:24:38 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 16:24:38 DEBUG unit.oai-hss/0.install Linking C static library libhss_s6a.a unit-oai-hss-0: 16:24:38 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_s6a unit-oai-hss-0: 16:24:38 DEBUG unit.oai-hss/0.install Linking C static library libhss_auc.a unit-oai-hss-0: 16:24:38 DEBUG unit.oai-hss/0.install Linking C static library libhss_db.a unit-oai-hss-0: 16:24:38 DEBUG unit.oai-hss/0.install [ 95%] [ 95%] Built target hss_auc unit-oai-hss-0: 16:24:38 DEBUG unit.oai-hss/0.install Built target hss_db unit-oai-hss-0: 16:24:38 DEBUG unit.oai-hss/0.install Scanning dependencies of target oai_hss unit-oai-hss-0: 16:24:38 DEBUG unit.oai-hss/0.install [100%] Building C object CMakeFiles/oai_hss.dir/srv/openair-cn/SRC/OAI_HSS/hss_main.c.o unit-oai-hss-0: 16:24:38 DEBUG unit.oai-hss/0.install Linking C executable oai_hss unit-oai-hss-0: 16:24:38 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 16:24:38 DEBUG unit.oai-hss/0.install [ 4%] Built target hss_access_restriction unit-oai-hss-0: 16:24:38 DEBUG unit.oai-hss/0.install [ 26%] Built target hss_auc unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.install [ 39%] Built target hss_db unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.install [ 82%] Built target hss_s6a unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.install -- Install configuration: "RelWithDebInfo" unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/bin/oai_hss unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/acl.conf unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.install '/srv/openair-cn/BUILD/HSS/BUILD/oai_hss' -> '/usr/local/bin/oai_hss' unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.install oai_hss installed unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.install + juju-log 'Add oai_hss init script' unit-oai-hss-0: 16:24:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:24:39 INFO unit.oai-hss/0.juju-log Add oai_hss init script unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.install + cp /var/lib/juju/agents/unit-oai-hss-0/charm/files/oai_hss /etc/init/oai_hss.conf unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.install + '[' '!' -f /usr/local/bin/oai_hss ']' unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.install + status-set blocked 'Waiting for a mysql/db relation to start' unit-oai-hss-0: 16:24:39 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 16:24:39 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-hss-0: 16:24:39 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-hss-0: 16:24:39 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + set_env_paths unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + service oai_hss stop unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed stop: Unknown instance: unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + true unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed ++ config-get branch unit-oai-hss-0: 16:24:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.branch unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + '[' v0.3.2-branch '!=' v0.3.2-branch ']' unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 16:24:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.realm unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed cat: /var/lib/juju/agents/unit-oai-hss-0/charm/.realm: No such file or directory unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 16:24:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + realm=openair4G.eur unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed ++ hostname unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + sed -i s/oai-hss-0.openair4G.eur/oai-hss-0.openair4G.eur/ /etc/hosts unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + fqdn=oai-hss-0.openair4G.eur unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + /srv/openair-cn/SCRIPTS/check_hss_s6a_certificate /usr oai-hss-0.openair4G.eur unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed HSS S6A: Found valid certificate in /usr/etc/freeDiameter unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + sed -r -i 's/(Identity[ ]*=[ ]*)".*"/\1"oai-hss-0.openair4G.eur"/' /usr/etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + sed -r -i 's/(Realm[ ]*=[ ]*)".*"/\1"openair4G.eur"/' /usr/etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + sed -r -i 's/(^ALLOW_OLD_TLS[ ]*).*/\1*.openair4G.eur/' /usr/etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed ++ relation-ids db unit-oai-hss-0: 16:24:39 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + '[' -z '' ']' unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + juju-log 'HSS is built, but is waiting for active connection to gather the last info' unit-oai-hss-0: 16:24:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:24:39 INFO unit.oai-hss/0.juju-log HSS is built, but is waiting for active connection to gather the last info unit-oai-hss-0: 16:24:39 DEBUG unit.oai-hss/0.config-changed + juju-log 'no db is found, so HSS process is not going to be run' unit-oai-hss-0: 16:24:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:24:39 INFO unit.oai-hss/0.juju-log no db is found, so HSS process is not going to be run unit-oai-hss-0: 16:24:39 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:24:39 INFO juju.worker.uniter found queued "start" hook unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-hss-0: 16:24:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-hss-0: 16:24:40 DEBUG unit.oai-hss/0.start + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:24:40 DEBUG unit.oai-hss/0.start ++ relation-ids db unit-oai-hss-0: 16:24:40 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 16:24:40 DEBUG unit.oai-hss/0.start + '[' -n '' ']' unit-oai-hss-0: 16:24:40 INFO juju.worker.uniter.operation ran "start" hook unit-oai-hss-0: 16:24:40 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-hss-0: 16:24:40 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:24:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 16:24:40 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-hss-0: 16:24:40 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-oai-hss-0: 16:24:40 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-oai-hss-0: 16:24:40 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 16:24:40 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 16:24:40 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; mysql/0) hook unit-oai-hss-0: 16:24:40 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:24:40 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:24:40 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 16:24:40 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 16:24:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-hss-0: 16:24:40 INFO juju.worker.uniter.operation skipped "db-relation-joined" hook (missing) unit-oai-hss-0: 16:24:40 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 16:24:40 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:24:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 16:24:40 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 16:24:40 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:24:40 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:24:40 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:24:40 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:24:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 16:24:40 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:24:40 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 16:24:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:24:40 DEBUG unit.oai-hss/0.db-relation-changed + database= unit-oai-hss-0: 16:24:40 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 16:24:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:24:40 DEBUG unit.oai-hss/0.db-relation-changed + user= unit-oai-hss-0: 16:24:40 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 16:24:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:24:40 DEBUG unit.oai-hss/0.db-relation-changed + password= unit-oai-hss-0: 16:24:40 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 16:24:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:24:40 DEBUG unit.oai-hss/0.db-relation-changed + host=172.16.0.7 unit-oai-hss-0: 16:24:40 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 16:24:40 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:24:40 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 16:24:40 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 16:24:40 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:24:40 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 16:24:40 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z '' ']' unit-oai-hss-0: 16:24:40 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Data not sent yet' unit-oai-hss-0: 16:24:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 16:24:40 INFO unit.oai-hss/0.juju-log db:1: Data not sent yet unit-oai-hss-0: 16:24:40 DEBUG unit.oai-hss/0.db-relation-changed + exit 0 unit-oai-hss-0: 16:24:40 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 16:24:41 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:24:41 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:24:41 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 16:24:41 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 16:24:41 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{0}] []}} unit-mysql-0: 16:24:41 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[oai-hss/0:{0}] []}} unit-mysql-0: 16:24:41 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:24:41 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; oai-hss/0) hook unit-mysql-0: 16:24:41 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 16:24:41 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 16:24:41 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 16:24:41 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 16:24:41 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-hss-0: 16:24:41 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:24:41 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 16:24:41 DEBUG worker.uniter.jujuc running hook tool "is-leader" unit-mysql-0: 16:24:41 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-mysql-0: 16:24:41 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-mysql-0: 16:24:41 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-mysql-0: 16:24:41 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 16:24:41 DEBUG unit.mysql/0.juju-log db:1: Using existing password file '/var/lib/mysql/mysql.passwd' unit-mysql-0: 16:24:41 DEBUG worker.uniter.jujuc running hook tool "leader-set" unit-mysql-0: 16:24:41 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-mysql-0: 16:24:41 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-mysql-0: 16:24:41 DEBUG unit.mysql/0.db-relation-joined [grant replication client on *.* to `kuefeepaewaephi` identified by 'uijeexiepeizohx'] unit-mysql-0: 16:24:41 DEBUG unit.mysql/0.db-relation-joined [grant all on `oai-hss`.* to `kuefeepaewaephi` identified by 'uijeexiepeizohx'] unit-mysql-0: 16:24:41 DEBUG unit.mysql/0.db-relation-joined ['relation-set', 'database=oai-hss', 'user=kuefeepaewaephi', 'password=uijeexiepeizohx', 'host=172.16.0.7', 'slave=False'] unit-mysql-0: 16:24:41 DEBUG unit.mysql/0.db-relation-joined [create database `oai-hss` character set utf8] unit-mysql-0: 16:24:41 INFO juju.worker.uniter.operation ran "db-relation-joined" hook unit-mysql-0: 16:24:41 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 16:24:42 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:24:42 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:24:42 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; oai-hss/0) hook unit-mysql-0: 16:24:42 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 16:24:42 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 16:24:42 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 16:24:42 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 16:24:42 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-mysql-0: 16:24:42 INFO juju.worker.uniter.operation skipped "db-relation-changed" hook (missing) unit-mysql-0: 16:24:42 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 16:24:42 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:24:42 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:24:42 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-mysql-0: 16:24:46 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 16:24:46 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 16:24:46 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[mysql/0:{1}] []}} unit-oai-hss-0: 16:24:46 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 16:24:46 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 16:24:46 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:24:46 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:24:46 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:24:46 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:24:46 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 16:24:46 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 16:24:46 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + user=kuefeepaewaephi unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 16:24:46 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + password=uijeexiepeizohx unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 16:24:46 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + host=172.16.0.7 unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 16:24:46 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 16:24:46 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 172.16.0.7 kuefeepaewaephi uijeexiepeizohx oai-hss unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"172.16.0.7"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"kuefeepaewaephi"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"uijeexiepeizohx"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_db[^"]*)".*"/\1"oai-hss"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(OPERATOR_key[^"]*)".*"/\1"1006020f0a478bf6b699f15c062e42b3"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(RANDOM[^"]*)".*"/\1"true"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 16:24:46 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss -e 'show tables;' unit-oai-hss-0: 16:24:49 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:24:49 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss unit-oai-hss-0: 16:24:52 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:24:52 ERROR juju.worker.uniter.operation hook "db-relation-changed" failed: exit status 1 unit-oai-hss-0: 16:24:52 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:24:52 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:24:52 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "db-relation-changed" unit-oai-hss-0: 16:24:57 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 16:24:57 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:24:57 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 16:24:57 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:24:57 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:24:57 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:24:57 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:24:57 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 16:24:57 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 16:24:57 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + user=kuefeepaewaephi unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 16:24:57 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + password=uijeexiepeizohx unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 16:24:57 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + host=172.16.0.7 unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 16:24:57 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 16:24:57 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 172.16.0.7 kuefeepaewaephi uijeexiepeizohx oai-hss unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"172.16.0.7"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"kuefeepaewaephi"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"uijeexiepeizohx"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_db[^"]*)".*"/\1"oai-hss"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(OPERATOR_key[^"]*)".*"/\1"1006020f0a478bf6b699f15c062e42b3"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(RANDOM[^"]*)".*"/\1"true"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 16:24:57 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss -e 'show tables;' unit-oai-hss-0: 16:25:00 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:25:00 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss unit-oai-hss-0: 16:25:03 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:25:03 ERROR juju.worker.uniter.operation hook "db-relation-changed" failed: exit status 1 unit-oai-hss-0: 16:25:03 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:25:03 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:25:03 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "db-relation-changed" unit-oai-hss-0: 16:25:14 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 16:25:14 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:25:14 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 16:25:14 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:25:14 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:25:14 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:25:14 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:25:14 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 16:25:14 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 16:25:14 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + user=kuefeepaewaephi unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 16:25:14 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + password=uijeexiepeizohx unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 16:25:14 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + host=172.16.0.7 unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 16:25:14 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 16:25:14 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 172.16.0.7 kuefeepaewaephi uijeexiepeizohx oai-hss unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"172.16.0.7"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"kuefeepaewaephi"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"uijeexiepeizohx"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_db[^"]*)".*"/\1"oai-hss"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(OPERATOR_key[^"]*)".*"/\1"1006020f0a478bf6b699f15c062e42b3"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(RANDOM[^"]*)".*"/\1"true"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 16:25:14 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss -e 'show tables;' unit-oai-hss-0: 16:25:17 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:25:17 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss unit-oai-hss-0: 16:25:20 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:25:20 ERROR juju.worker.uniter.operation hook "db-relation-changed" failed: exit status 1 unit-oai-hss-0: 16:25:20 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:25:20 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:25:20 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "db-relation-changed" unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install + source /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install ++ SUDO='sudo -S -E' unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install ++ black='\E[30m' unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install ++ red='\E[31m' unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install ++ green='\E[32m' unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install ++ yellow='\E[33m' unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install ++ blue='\E[1;34m' unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install ++ magenta='\E[35m' unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install ++ cyan='\E[36m' unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install ++ white='\E[37m' unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install ++ reset_color='\E[00m' unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install ++ COLORIZE=1 unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install + install_xtables_addons_oai 1 unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install + '[' 1 -eq 0 ']' unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install + prompt=y unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install + rm_option=f unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install + OPTION=-y unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install + PACKAGE_LIST=' autoconf automake build-essential dkms iptables iptables-dev linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install + sudo -S -E apt-get install -y autoconf automake build-essential dkms iptables iptables-dev linux-headers-3.19.0-031900-generic unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install autoconf is already the newest version. unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install automake is already the newest version. unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install build-essential is already the newest version. unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install iptables is already the newest version. unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install linux-headers-3.19.0-031900-generic is already the newest version. unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install dkms iptables-dev unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install Need to get 121 kB of archives. unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install After this operation, 655 kB of additional disk space will be used. unit-oai-epc-0: 16:25:32 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dkms all 2.2.0.3-1.1ubuntu5.14.04.9 [65.7 kB] unit-oai-epc-0: 16:25:33 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main iptables-dev amd64 1.4.21-1ubuntu1 [55.3 kB] unit-oai-epc-0: 16:25:33 DEBUG unit.oai-epc/0.install Fetched 121 kB in 0s (122 kB/s) unit-oai-epc-0: 16:25:33 DEBUG unit.oai-epc/0.install Selecting previously unselected package dkms. unit-oai-epc-0: 16:25:33 DEBUG unit.oai-epc/0.install (Reading database ... 102228 files and directories currently installed.) unit-oai-epc-0: 16:25:33 DEBUG unit.oai-epc/0.install Preparing to unpack .../dkms_2.2.0.3-1.1ubuntu5.14.04.9_all.deb ... unit-oai-epc-0: 16:25:33 DEBUG unit.oai-epc/0.install Unpacking dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 16:25:34 DEBUG unit.oai-epc/0.install Selecting previously unselected package iptables-dev. unit-oai-epc-0: 16:25:34 DEBUG unit.oai-epc/0.install Preparing to unpack .../iptables-dev_1.4.21-1ubuntu1_amd64.deb ... unit-oai-epc-0: 16:25:34 DEBUG unit.oai-epc/0.install Unpacking iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 16:25:34 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 16:25:34 DEBUG unit.oai-epc/0.install Setting up dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 16:25:35 DEBUG unit.oai-epc/0.install Setting up iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 16:25:35 DEBUG unit.oai-epc/0.install + [[ y =~ [yY](es)* ]] unit-oai-epc-0: 16:25:35 DEBUG unit.oai-epc/0.install + cd /root unit-oai-epc-0: 16:25:35 DEBUG unit.oai-epc/0.install + '[' -d xtables-addons-oai ']' unit-oai-epc-0: 16:25:35 DEBUG unit.oai-epc/0.install + echo 'Downloading xtables-addons-oai source code' unit-oai-epc-0: 16:25:35 DEBUG unit.oai-epc/0.install Downloading xtables-addons-oai source code unit-oai-epc-0: 16:25:35 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/xtables-addons-oai.git unit-oai-epc-0: 16:25:35 DEBUG unit.oai-epc/0.install Cloning into 'xtables-addons-oai'... unit-oai-epc-0: 16:25:39 DEBUG unit.oai-epc/0.install + chmod -R o+w xtables-addons-oai unit-oai-epc-0: 16:25:39 DEBUG unit.oai-epc/0.install + chmod -R g+w xtables-addons-oai unit-oai-epc-0: 16:25:39 DEBUG unit.oai-epc/0.install + cd xtables-addons-oai/ unit-oai-epc-0: 16:25:39 DEBUG unit.oai-epc/0.install + sync unit-oai-epc-0: 16:25:39 DEBUG unit.oai-epc/0.install + sudo -S -E autoreconf --install --force unit-oai-hss-0: 16:25:40 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 16:25:40 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:25:40 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 16:25:40 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:25:40 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:25:40 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:25:40 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:25:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 16:25:40 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:25:40 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 16:25:41 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 16:25:41 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + user=kuefeepaewaephi unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 16:25:41 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + password=uijeexiepeizohx unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 16:25:41 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + host=172.16.0.7 unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 16:25:41 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 16:25:41 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 172.16.0.7 kuefeepaewaephi uijeexiepeizohx oai-hss unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"172.16.0.7"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"kuefeepaewaephi"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"uijeexiepeizohx"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_db[^"]*)".*"/\1"oai-hss"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(OPERATOR_key[^"]*)".*"/\1"1006020f0a478bf6b699f15c062e42b3"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(RANDOM[^"]*)".*"/\1"true"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 16:25:41 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss -e 'show tables;' unit-oai-epc-0: 16:25:42 DEBUG unit.oai-epc/0.install libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. unit-oai-epc-0: 16:25:42 DEBUG unit.oai-epc/0.install libtoolize: copying file `build-aux/ltmain.sh' unit-oai-epc-0: 16:25:42 DEBUG unit.oai-epc/0.install libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. unit-oai-epc-0: 16:25:42 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/libtool.m4' unit-oai-epc-0: 16:25:42 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltoptions.m4' unit-oai-epc-0: 16:25:42 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltsugar.m4' unit-oai-epc-0: 16:25:42 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltversion.m4' unit-oai-epc-0: 16:25:42 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/lt~obsolete.m4' unit-oai-hss-0: 16:25:44 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:25:44 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install Makefile.am:6: warning: ':='-style assignments are not portable unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: ':='-style assignments are not portable unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: shell mktemp -dtu: non-POSIX variable name unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install Makefile.am:21: (probably a GNU make extension) unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install + sudo -S -E ./configure unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking whether build environment is sane... yes unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for gawk... gawk unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking whether make sets $(MAKE)... yes unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking whether make supports nested variables... yes unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for gcc... gcc unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking whether the C compiler works... yes unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for C compiler default output file name... a.out unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for suffix of executables... unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking whether we are cross compiling... no unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for suffix of object files... o unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking whether we are using the GNU C compiler... yes unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking whether gcc accepts -g... yes unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for gcc option to accept ISO C89... none needed unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking whether gcc understands -c and -o together... yes unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for style of include used by make... GNU unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking dependency style of gcc... gcc3 unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for ar... ar unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking the archiver (ar) interface... ar unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking how to print strings... printf unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for egrep... /bin/grep -E unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for fgrep... /bin/grep -F unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for ld used by gcc... /usr/bin/ld unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking whether ln -s works... yes unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking the maximum length of command line arguments... 1572864 unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking whether the shell understands some XSI constructs... yes unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking whether the shell understands "+="... yes unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for objdump... objdump unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking how to recognize dependent libraries... pass_all unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for dlltool... no unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for archiver @FILE support... @ unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for strip... strip unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for ranlib... ranlib unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking command to parse /usr/bin/nm -B output from gcc object... ok unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for sysroot... no unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for mt... mt unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking if mt is a manifest tool... no unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking how to run the C preprocessor... gcc -E unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for ANSI C header files... yes unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for sys/types.h... yes unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for sys/stat.h... yes unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for stdlib.h... yes unit-oai-epc-0: 16:25:44 DEBUG unit.oai-epc/0.install checking for string.h... yes unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking for memory.h... yes unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking for strings.h... yes unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking for inttypes.h... yes unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking for stdint.h... yes unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking for unistd.h... yes unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking for dlfcn.h... yes unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking for objdir... .libs unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking if gcc supports -fno-rtti -fno-exceptions... no unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking for gcc option to produce PIC... -fPIC -DPIC unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking if gcc PIC flag -fPIC -DPIC works... yes unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking if gcc static flag -static works... yes unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... yes unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... (cached) yes unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking whether -lc should be explicitly linked in... no unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking how to hardcode library paths into programs... immediate unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking whether stripping libraries is possible... yes unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking if libtool supports shared libraries... yes unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking whether to build shared libraries... yes unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking whether to build static libraries... no unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h usability... yes unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h presence... yes unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking for linux/netfilter/x_tables.h... yes unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking for libxtables... yes unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking Xtables module directory... /lib/xtables unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking kernel version that we will build against... 3.19.0.0 in /lib/modules/3.19.0-031900-generic/build unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install checking that generated files are newer than configure... done unit-oai-epc-0: 16:25:45 DEBUG unit.oai-epc/0.install configure: creating ./config.status unit-oai-epc-0: 16:25:46 DEBUG unit.oai-epc/0.install config.status: creating Makefile unit-oai-epc-0: 16:25:46 DEBUG unit.oai-epc/0.install config.status: creating Makefile.iptrules unit-oai-epc-0: 16:25:46 DEBUG unit.oai-epc/0.install config.status: creating Makefile.mans unit-oai-epc-0: 16:25:46 DEBUG unit.oai-epc/0.install config.status: creating geoip/Makefile unit-oai-epc-0: 16:25:46 DEBUG unit.oai-epc/0.install config.status: creating extensions/Makefile unit-oai-epc-0: 16:25:46 DEBUG unit.oai-epc/0.install config.status: creating extensions/ACCOUNT/Makefile unit-oai-epc-0: 16:25:46 DEBUG unit.oai-epc/0.install config.status: creating extensions/pknock/Makefile unit-oai-epc-0: 16:25:46 DEBUG unit.oai-epc/0.install config.status: creating config.h unit-oai-epc-0: 16:25:46 DEBUG unit.oai-epc/0.install config.status: executing depfiles commands unit-oai-epc-0: 16:25:46 DEBUG unit.oai-epc/0.install config.status: executing libtool commands unit-oai-epc-0: 16:25:46 DEBUG unit.oai-epc/0.install + sudo -S -E make unit-oai-epc-0: 16:25:46 DEBUG unit.oai-epc/0.install make all-recursive unit-oai-epc-0: 16:25:46 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:25:46 DEBUG unit.oai-epc/0.install Making all in extensions unit-oai-epc-0: 16:25:46 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:25:46 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 16:25:46 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions modules; fi; unit-oai-epc-0: 16:25:46 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 16:25:46 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/compat_xtables.o unit-oai-hss-0: 16:25:47 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:25:47 ERROR juju.worker.uniter.operation hook "db-relation-changed" failed: exit status 1 unit-oai-hss-0: 16:25:47 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:25:47 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:25:47 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "db-relation-changed" unit-oai-epc-0: 16:25:47 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_CHAOS.o unit-oai-epc-0: 16:25:47 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DELUDE.o unit-oai-epc-0: 16:25:48 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.o unit-oai-epc-0: 16:25:48 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.o unit-oai-epc-0: 16:25:48 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ECHO.o unit-oai-epc-0: 16:25:49 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.o unit-oai-epc-0: 16:25:49 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_IPMARK.o unit-oai-epc-0: 16:25:49 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.o unit-oai-epc-0: 16:25:49 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.o unit-oai-epc-0: 16:25:50 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_TARPIT.o unit-oai-epc-0: 16:25:50 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_condition.o unit-oai-epc-0: 16:25:50 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_fuzzy.o unit-oai-epc-0: 16:25:50 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_geoip.o unit-oai-epc-0: 16:25:51 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_iface.o unit-oai-epc-0: 16:25:51 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipp2p.o unit-oai-epc-0: 16:25:51 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipv4options.o unit-oai-epc-0: 16:25:51 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_length2.o unit-oai-epc-0: 16:25:52 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_lscan.o unit-oai-epc-0: 16:25:52 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_psd.o unit-oai-epc-0: 16:25:52 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_quota2.o unit-oai-epc-0: 16:25:52 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.o unit-oai-epc-0: 16:25:53 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.o unit-oai-epc-0: 16:25:53 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 16:25:53 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 16:25:53 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.mod.o unit-oai-epc-0: 16:25:54 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 16:25:54 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/compat_xtables.mod.o unit-oai-epc-0: 16:25:54 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 16:25:54 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/pknock/xt_pknock.mod.o unit-oai-epc-0: 16:25:54 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 16:25:54 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_CHAOS.mod.o unit-oai-epc-0: 16:25:54 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 16:25:54 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DELUDE.mod.o unit-oai-epc-0: 16:25:54 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 16:25:54 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DHCPMAC.mod.o unit-oai-epc-0: 16:25:54 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 16:25:54 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DNETMAP.mod.o unit-oai-epc-0: 16:25:54 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 16:25:54 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ECHO.mod.o unit-oai-epc-0: 16:25:54 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 16:25:54 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_GTPUSP.mod.o unit-oai-epc-0: 16:25:54 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 16:25:54 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_IPMARK.mod.o unit-oai-epc-0: 16:25:54 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 16:25:54 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_LOGMARK.mod.o unit-oai-epc-0: 16:25:54 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 16:25:54 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_SYSRQ.mod.o unit-oai-epc-0: 16:25:55 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 16:25:55 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_TARPIT.mod.o unit-oai-epc-0: 16:25:55 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 16:25:55 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_condition.mod.o unit-oai-epc-0: 16:25:55 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 16:25:55 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_fuzzy.mod.o unit-oai-epc-0: 16:25:55 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 16:25:55 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_geoip.mod.o unit-oai-epc-0: 16:25:55 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 16:25:55 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_iface.mod.o unit-oai-epc-0: 16:25:55 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 16:25:55 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipp2p.mod.o unit-oai-epc-0: 16:25:55 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 16:25:55 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipv4options.mod.o unit-oai-epc-0: 16:25:55 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 16:25:55 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_length2.mod.o unit-oai-epc-0: 16:25:55 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 16:25:55 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_lscan.mod.o unit-oai-epc-0: 16:25:55 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 16:25:55 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_psd.mod.o unit-oai-epc-0: 16:25:55 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 16:25:55 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_quota2.mod.o unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CC libxt_CHAOS.oo unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CCLD libxt_CHAOS.so unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CC libxt_DELUDE.oo unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CCLD libxt_DELUDE.so unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CC libxt_DHCPMAC.oo unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CCLD libxt_DHCPMAC.so unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CC libxt_dhcpmac.oo unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CCLD libxt_dhcpmac.so unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CC libxt_DNETMAP.oo unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CCLD libxt_DNETMAP.so unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CC libxt_ECHO.oo unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CCLD libxt_ECHO.so unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CC libxt_GTPUSP.oo unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CCLD libxt_GTPUSP.so unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CC libxt_IPMARK.oo unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CCLD libxt_IPMARK.so unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CC libxt_LOGMARK.oo unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CCLD libxt_LOGMARK.so unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CC libxt_SYSRQ.oo unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CCLD libxt_SYSRQ.so unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CC libxt_TARPIT.oo unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CCLD libxt_TARPIT.so unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CC libxt_condition.oo unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CCLD libxt_condition.so unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CC libxt_fuzzy.oo unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CCLD libxt_fuzzy.so unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CC libxt_geoip.oo unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install libxt_geoip.c: In function 'geoip_get_subnets': unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install libxt_geoip.c:99:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install read(fd, subnets, sb.st_size); unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install ^ unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CCLD libxt_geoip.so unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CC libxt_iface.oo unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CCLD libxt_iface.so unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CC libxt_ipp2p.oo unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CCLD libxt_ipp2p.so unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CC libxt_ipv4options.oo unit-oai-epc-0: 16:25:56 DEBUG unit.oai-epc/0.install CCLD libxt_ipv4options.so unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install CC libxt_length2.oo unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install CCLD libxt_length2.so unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install CC libxt_lscan.oo unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install CCLD libxt_lscan.so unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install CC libxt_psd.oo unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install CCLD libxt_psd.so unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install CC libxt_quota2.oo unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install CCLD libxt_quota2.so unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install CC libxt_gradm.oo unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install CCLD libxt_gradm.so unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install depbase=`echo libxt_ACCOUNT_cl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT libxt_ACCOUNT_cl.lo -MD -MP -MF $depbase.Tpo -c -o libxt_ACCOUNT_cl.lo libxt_ACCOUNT_cl.c &&\ unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Plo unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT libxt_ACCOUNT_cl.lo -MD -MP -MF .deps/libxt_ACCOUNT_cl.Tpo -c libxt_ACCOUNT_cl.c -fPIC -DPIC -o .libs/libxt_ACCOUNT_cl.o unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o libxt_ACCOUNT_cl.la -rpath /usr/local/lib libxt_ACCOUNT_cl.lo unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install libtool: link: gcc -shared -fPIC -DPIC .libs/libxt_ACCOUNT_cl.o -O2 -Wl,-soname -Wl,libxt_ACCOUNT_cl.so.0 -o .libs/libxt_ACCOUNT_cl.so.0.0.0 unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install libtool: link: (cd ".libs" && rm -f "libxt_ACCOUNT_cl.so.0" && ln -s "libxt_ACCOUNT_cl.so.0.0.0" "libxt_ACCOUNT_cl.so.0") unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install libtool: link: (cd ".libs" && rm -f "libxt_ACCOUNT_cl.so" && ln -s "libxt_ACCOUNT_cl.so.0.0.0" "libxt_ACCOUNT_cl.so") unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install libtool: link: ( cd ".libs" && rm -f "libxt_ACCOUNT_cl.la" && ln -s "../libxt_ACCOUNT_cl.la" "libxt_ACCOUNT_cl.la" ) unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install depbase=`echo iptaccount.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT iptaccount.o -MD -MP -MF $depbase.Tpo -c -o iptaccount.o iptaccount.c &&\ unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o iptaccount iptaccount.o libxt_ACCOUNT_cl.la unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install libtool: link: gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o .libs/iptaccount iptaccount.o ./.libs/libxt_ACCOUNT_cl.so unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install CC libxt_ACCOUNT.oo unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install CCLD libxt_ACCOUNT.so unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install depbase=`echo pknlusr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install gcc -DHAVE_CONFIG_H -I. -I../.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../include -I/root/xtables-addons-oai/extensions -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -MT pknlusr.o -MD -MP -MF $depbase.Tpo -c -o pknlusr.o pknlusr.c &&\ unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o pknlusr pknlusr.o unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install libtool: link: gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe -g -O2 -o pknlusr pknlusr.o unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install CC libxt_pknock.oo unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install CCLD libxt_pknock.so unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install Making all in geoip unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `all'. unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install for ext in ./extensions/libxt_condition.man ./extensions/libxt_dhcpmac.man ./extensions/libxt_fuzzy.man ./extensions/libxt_geoip.man ./extensions/libxt_gradm.man ./extensions/libxt_iface.man ./extensions/libxt_ipp2p.man ./extensions/libxt_ipv4options.man ./extensions/libxt_length2.man ./extensions/libxt_lscan.man ./extensions/libxt_psd.man ./extensions/libxt_quota2.man ./extensions/pknock/libxt_pknock.man; do name="${ext%.man}"; name="${name##*/libxt_}"; if [ -f "$ext" ]; then echo ".SS $name"; cat "$ext" || exit $?; continue; fi; done >matches.man; unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install for ext in ./extensions/ACCOUNT/libxt_ACCOUNT.man ./extensions/libxt_CHAOS.man ./extensions/libxt_DELUDE.man ./extensions/libxt_DHCPMAC.man ./extensions/libxt_DNETMAP.man ./extensions/libxt_ECHO.man ./extensions/libxt_GTPUSP.man ./extensions/libxt_IPMARK.man ./extensions/libxt_LOGMARK.man ./extensions/libxt_SYSRQ.man ./extensions/libxt_TARPIT.man; do name="${ext%.man}"; name="${name##*/libxt_}"; if [ -f "$ext" ]; then echo ".SS $name"; cat "$ext" || exit $?; continue; fi; done >targets.man; unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install sed -e '/@MATCHES@/ r matches.man' -e '/@TARGET@/ r targets.man' xtables-addons.8.in >xtables-addons.8; unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install + sudo -S -E make install unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install Making install in extensions unit-oai-epc-0: 16:25:57 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:25:58 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 16:25:58 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions modules; fi; unit-oai-epc-0: 16:25:58 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 16:25:58 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 16:25:58 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 16:25:58 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 16:25:58 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 16:25:58 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:25:58 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:25:58 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 16:25:58 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:25:58 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:25:58 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:25:58 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:25:58 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 16:25:58 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:25:58 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:25:58 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:25:58 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:25:58 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:25:58 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions INSTALL_MOD_PATH= ext-mod-dir='${INSTALL_MOD_DIR}' modules_install; fi; unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install DEPMOD 3.19.0-031900-generic unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules install; unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/lib' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c libxt_ACCOUNT_cl.la '/usr/local/lib' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/libxt_ACCOUNT_cl.so.0.0.0 /usr/local/lib/libxt_ACCOUNT_cl.so.0.0.0 unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install libtool: install: (cd /usr/local/lib && { ln -s -f libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so.0 || { rm -f libxt_ACCOUNT_cl.so.0 && ln -s libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so.0; }; }) unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install libtool: install: (cd /usr/local/lib && { ln -s -f libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so || { rm -f libxt_ACCOUNT_cl.so && ln -s libxt_ACCOUNT_cl.so.0.0.0 libxt_ACCOUNT_cl.so; }; }) unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/libxt_ACCOUNT_cl.lai /usr/local/lib/libxt_ACCOUNT_cl.la unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/local/lib unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Libraries have been installed in: unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install /usr/local/lib unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install If you ever happen to want to link against installed libraries unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install flag during linking and do at least one of the following: unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install during execution unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install during linking unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install See any operating system documentation about shared libraries for unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/sbin' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c iptaccount '/usr/local/sbin' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/iptaccount /usr/local/sbin/iptaccount unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 iptaccount.8 '/usr/local/share/man/man8' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install Making install in geoip unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/libexec/xtables-addons' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install /usr/bin/install -c xt_geoip_build xt_geoip_dl '/usr/local/libexec/xtables-addons' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man1' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 xt_geoip_build.1 xt_geoip_dl.1 '/usr/local/share/man/man1' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 xtables-addons.8 '/usr/local/share/man/man8' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install + cd /lib/modules/3.19.0-031900-generic unit-oai-epc-0: 16:25:59 DEBUG unit.oai-epc/0.install + sudo -S -E depmod -a unit-oai-epc-0: 16:26:02 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -H unknown.openair4G.eur unit-oai-hss-0: 16:26:28 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 16:26:28 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:26:28 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 16:26:28 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:26:28 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:26:28 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:26:28 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:26:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 16:26:28 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:26:28 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 16:26:28 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:26:28 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 16:26:28 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 16:26:28 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:26:28 DEBUG unit.oai-hss/0.db-relation-changed + user=kuefeepaewaephi unit-oai-hss-0: 16:26:28 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 16:26:28 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:26:28 DEBUG unit.oai-hss/0.db-relation-changed + password=uijeexiepeizohx unit-oai-hss-0: 16:26:28 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 16:26:28 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:26:28 DEBUG unit.oai-hss/0.db-relation-changed + host=172.16.0.7 unit-oai-hss-0: 16:26:28 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 16:26:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:26:28 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 16:26:28 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 16:26:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 172.16.0.7 kuefeepaewaephi uijeexiepeizohx oai-hss unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"172.16.0.7"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"kuefeepaewaephi"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"uijeexiepeizohx"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_db[^"]*)".*"/\1"oai-hss"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(OPERATOR_key[^"]*)".*"/\1"1006020f0a478bf6b699f15c062e42b3"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(RANDOM[^"]*)".*"/\1"true"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 16:26:29 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss -e 'show tables;' unit-oai-hss-0: 16:26:32 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:26:32 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss unit-oai-hss-0: 16:26:35 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:26:35 ERROR juju.worker.uniter.operation hook "db-relation-changed" failed: exit status 1 unit-oai-hss-0: 16:26:35 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:26:35 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:26:35 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "db-relation-changed" unit-oai-epc-0: 16:26:36 DEBUG unit.oai-epc/0.install + status=0 unit-oai-epc-0: 16:26:36 DEBUG unit.oai-epc/0.install + '[' 0 '!=' 0 ']' unit-oai-epc-0: 16:26:36 DEBUG unit.oai-epc/0.install + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list ']' unit-oai-epc-0: 16:26:36 DEBUG unit.oai-epc/0.install + touch /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 16:26:36 DEBUG unit.oai-epc/0.install + juju-log 'Add mme-gw init script' unit-oai-epc-0: 16:26:36 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:26:36 INFO unit.oai-epc/0.juju-log Add mme-gw init script unit-oai-epc-0: 16:26:36 DEBUG unit.oai-epc/0.install + cp /var/lib/juju/agents/unit-oai-epc-0/charm/files/mme_gw /etc/init/mme_gw.conf unit-oai-epc-0: 16:26:36 DEBUG unit.oai-epc/0.install + '[' '!' -f /usr/local/bin/mme_gw ']' unit-oai-epc-0: 16:26:36 DEBUG unit.oai-epc/0.install + status-set blocked 'Waiting for active connection with HSS to actually run EPC...add hss relation' unit-oai-epc-0: 16:26:36 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 16:26:36 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 16:26:36 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-epc-0: 16:26:36 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:26:36 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-epc-0: 16:26:36 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-epc-0: 16:26:36 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-epc-0: 16:26:36 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-epc-0: 16:26:36 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-epc-0: 16:26:36 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:26:36 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:26:36 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-epc-0: 16:26:37 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-epc-0: 16:26:37 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-epc-0: 16:26:37 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-epc-0: 16:26:37 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-epc-0: 16:26:37 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:26:37 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:26:37 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-epc-0: 16:26:37 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:26:37 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:26:37 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-epc-0: 16:26:37 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-epc-0: 16:26:37 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + set_env_paths unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + epc_exec_name=mme_gw unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ config-get branch unit-oai-epc-0: 16:26:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.branch unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + '[' v0.3.2-branch '!=' v0.3.2-branch ']' unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ config-get revision unit-oai-epc-0: 16:26:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.revision unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + '[' HEAD '!=' HEAD ']' unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 16:26:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + realm=openair4G.eur unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ config-get eth unit-oai-epc-0: 16:26:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + iface=eth0 unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ config-get maxenb unit-oai-epc-0: 16:26:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + max_enb=10 unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ config-get maxue unit-oai-epc-0: 16:26:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + max_ue=10 unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ config-get relative_capacity unit-oai-epc-0: 16:26:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + relative_capacity=10 unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ config-get mme_statistic_timer unit-oai-epc-0: 16:26:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + mme_statistic_timer=10 unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ config-get emergency_attach_supported unit-oai-epc-0: 16:26:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + emergency_attach_supported=no unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ config-get authenticated_imsi_supported unit-oai-epc-0: 16:26:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + authenticated_imsi_supported=no unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ config-get verbosity unit-oai-epc-0: 16:26:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + verbosity=none unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mcc unit-oai-epc-0: 16:26:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mcc=208 unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mnc unit-oai-epc-0: 16:26:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mnc=93 unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_start unit-oai-epc-0: 16:26:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + ipv4_list_start=192.188.1.0/24 unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_end unit-oai-epc-0: 16:26:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + ipv4_list_end=192.188.2.0/24 unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv6_list unit-oai-epc-0: 16:26:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + ipv6_list=2014:02:26::0/120 unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_IPV4_ADDRESS unit-oai-epc-0: 16:26:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_SEC_IPV4_ADDRESS unit-oai-epc-0: 16:26:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_SEC_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ awk '{ print $1}' unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ cut -d: -f2 unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ grep 'inet addr:' unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + iface_verify=172.16.0.13 unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + '[' -z 172.16.0.13 ']' unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + service mme_gw stop unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed stop: Unknown instance: unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + true unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 16:26:37 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/config-changed: line 87: hss_id: unbound variable unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + juju-log 'relation-ids-hss = , relation-list=' unit-oai-epc-0: 16:26:37 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:26:37 INFO unit.oai-epc/0.juju-log relation-ids-hss = , relation-list= unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 16:26:37 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + '[' -z '' ']' unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 16:26:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.realm unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed cat: /var/lib/juju/agents/unit-oai-epc-0/charm/.realm: No such file or directory unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + rm -f /usr/etc/freeDiameter/mme.cacert.pem /usr/etc/freeDiameter/mme.cakey.pem /usr/etc/freeDiameter/mme.cert.pem /usr/etc/freeDiameter/mme.key.pem /usr/etc/freeDiameter/mme_fd.conf unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ hostname --fqdn unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed ++ hostname unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + sed -i s/oai-epc-0.openair4G.eur/oai-epc-0.openair4G.eur/ /etc/hosts unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + echo openair4G.eur unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + rm -f /srv/openair-cn/BUILD/EPC/BUILD/CMakeCache.txt unit-oai-epc-0: 16:26:37 DEBUG unit.oai-epc/0.config-changed + /srv/openair-cn/SCRIPTS/build_epc -C -H unknown.openair4G.eur unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/mme_fd.conf /usr/etc/freeDiameter/ unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/epc.conf /usr/local/etc/oai/ unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + user_conf unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up the config option chose by the user or the default ones' unit-oai-epc-0: 16:26:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:26:38 INFO unit.oai-epc/0.juju-log Setting up the config option chose by the user or the default ones unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MAXENB/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MAXUE/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/RELATIVE_CAPACITY/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_STATISTIC_TIMER/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/EMERGENCY_ATTACH_SUPPORTED/ s/".+"/"no"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/UNAUTHENTICATED_IMSI_SUPPORTED/ s/".+"/"no"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/VERBOSITY/ s/".+"/"none"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i 's/MCC="[0-9]+"/MCC="208"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i 's/MNC="[0-9]+"/MNC="93"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/IPV4_LIST/,/\);/ s-"[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/[0-9]+",-"192.188.1.0/24",-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/IPV4_LIST/,/\);/ s-"[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/[0-9]+" -"192.188.2.0/24" -' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up network configuration in the epc.conf file' unit-oai-epc-0: 16:26:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:26:38 INFO unit.oai-epc/0.juju-log Setting up network configuration in the epc.conf file unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed ++ egrep -o '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed ++ egrep -o 'inet addr:[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + ipv4=172.16.0.13 unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_INTERFACE_NAME_FOR_S1_MME/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_INTERFACE_NAME_FOR_SGI/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_IPV4_ADDRESS_FOR_S1_MME/ s-".*"-"172.16.0.13/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP/ s-".*"-"172.16.0.13/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_IPV4_ADDRESS_FOR_SGI/ s-".*"-"172.16.0.13/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/DEFAULT_DNS_IPV4_ADDRESS/ s/".*"/"8.8.8.8"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/DEFAULT_DNS_SEC_IPV4_ADDRESS/ s/".*"/"8.8.8.8"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/OUTPUT/ s/".*"/"CONSOLE"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + juju-log 'EPC is built, but is waiting for active connection to gather the last info' unit-oai-epc-0: 16:26:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:26:38 INFO unit.oai-epc/0.juju-log EPC is built, but is waiting for active connection to gather the last info unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.config-changed + juju-log 'no HSS is found, so EPC is not going to be run' unit-oai-epc-0: 16:26:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:26:38 INFO unit.oai-epc/0.juju-log no HSS is found, so EPC is not going to be run unit-oai-epc-0: 16:26:38 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-epc-0: 16:26:38 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-epc-0: 16:26:38 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:26:38 INFO juju.worker.uniter found queued "start" hook unit-oai-epc-0: 16:26:38 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-epc-0: 16:26:38 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:26:38 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:26:38 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-epc-0: 16:26:38 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-epc-0: 16:26:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.start + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.start ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.start ++ relation-ids hss unit-oai-epc-0: 16:26:38 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 16:26:38 DEBUG unit.oai-epc/0.start + '[' '!' -z '' ']' unit-oai-epc-0: 16:26:38 INFO juju.worker.uniter.operation ran "start" hook unit-oai-epc-0: 16:26:38 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-epc-0: 16:26:38 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:26:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:26:38 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-epc-0: 16:26:38 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 16:26:39 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 16:26:39 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 16:26:39 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 16:26:39 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 16:26:39 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 16:26:39 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-hss/0) hook unit-oai-epc-0: 16:26:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:26:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:26:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 16:26:39 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 16:26:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + juju-log 'Setting up MME relation info for HSS' unit-oai-epc-0: 16:26:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:26:39 INFO unit.oai-epc/0.juju-log hss:2: Setting up MME relation info for HSS unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined ++ hostname --fqdn unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set mme_hostname=oai-epc-0.openair4G.eur unit-oai-epc-0: 16:26:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined ++ unit-get private-address unit-oai-epc-0: 16:26:39 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + ip_address_mme=172.16.0.13 unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + get_ip_address 172.16.0.13 unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=172.16.0.13 unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + local status=1 unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + local status_after=1 unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 172.16.0.13 unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=172.16.0.13 unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 172.16.0.13 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 172 -le 255 ]] unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 16 -le 255 ]] unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 0 -le 255 ]] unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 13 -le 255 ]] unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 172.16.0.13 unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=172.16.0.13 unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 172.16.0.13 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 172 -le 255 ]] unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 16 -le 255 ]] unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 0 -le 255 ]] unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 13 -le 255 ]] unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + validated_mme_public_ip=172.16.0.13 unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + echo 'MME ip address is 172.16.0.13' unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined MME ip address is 172.16.0.13 unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 16:26:39 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set ip_address_mme=172.16.0.13 unit-oai-epc-0: 16:26:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 16:26:40 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-epc-0: 16:26:40 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 16:26:40 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:26:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:26:40 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 16:26:40 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:26:40 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:26:40 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 16:26:40 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 16:26:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-epc-0: 16:26:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:26:40 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-epc-0: 16:26:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss= unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-epc-0: 16:26:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn= unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-epc-0: 16:26:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running= unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-epc-0: 16:26:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db= unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-epc-0: 16:26:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart= unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 16:26:40 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=, hss_running=, mme_in_db= , relation_ids_epc=epc:3 ' unit-oai-epc-0: 16:26:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:26:40 INFO unit.oai-epc/0.juju-log hss:2: trigger_restart=, hss_running=, mme_in_db= , relation_ids_epc=epc:3 unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed + echo 0 unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z '' ']' unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Data not sent yet' unit-oai-epc-0: 16:26:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:26:40 INFO unit.oai-epc/0.juju-log hss:2: Data not sent yet unit-oai-epc-0: 16:26:40 DEBUG unit.oai-epc/0.hss-relation-changed + exit 0 unit-oai-epc-0: 16:26:40 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 16:26:40 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 16:26:40 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:26:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:26:40 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 16:26:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 16:26:41 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{1}] []}} unit-oai-hss-0: 16:26:41 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:27:56 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 16:27:56 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:27:56 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 16:27:56 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:27:56 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:27:56 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:27:56 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:27:56 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 16:27:56 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 16:27:56 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + user=kuefeepaewaephi unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 16:27:56 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + password=uijeexiepeizohx unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 16:27:56 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + host=172.16.0.7 unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 16:27:56 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 16:27:56 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 172.16.0.7 kuefeepaewaephi uijeexiepeizohx oai-hss unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"172.16.0.7"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"kuefeepaewaephi"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"uijeexiepeizohx"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_db[^"]*)".*"/\1"oai-hss"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(OPERATOR_key[^"]*)".*"/\1"1006020f0a478bf6b699f15c062e42b3"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(RANDOM[^"]*)".*"/\1"true"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 16:27:56 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss -e 'show tables;' unit-oai-hss-0: 16:27:59 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:27:59 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss unit-oai-hss-0: 16:28:02 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:28:02 ERROR juju.worker.uniter.operation hook "db-relation-changed" failed: exit status 1 unit-oai-hss-0: 16:28:02 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:28:02 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:28:02 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "db-relation-changed" unit-mysql-0: 16:29:47 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 16:29:47 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:29:47 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 16:29:47 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 16:29:47 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 16:29:47 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 16:29:47 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 16:29:47 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 16:29:47 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 16:29:48 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 16:29:48 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:29:48 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:29:48 DEBUG juju.worker.uniter [AGENT-STATUS] idle: machine-0: 16:29:50 INFO juju.cmd running jujud [2.2.5 gc go1.8] machine-0: 16:29:50 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-0/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "0", "--debug"} machine-0: 16:29:50 DEBUG juju.agent read agent config, format "2.0" machine-0: 16:29:50 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-0: 16:29:50 INFO juju.worker.upgradesteps upgrade steps for 2.2.5 have already been run. machine-0: 16:29:50 DEBUG juju.worker start "engine" machine-0: 16:29:50 INFO juju.worker start "engine" machine-0: 16:29:50 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "agent" manifold worker started machine-0: 16:29:50 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-0" machine-0: 16:29:50 DEBUG juju.worker "engine" started machine-0: 16:29:50 DEBUG juju.worker.introspection stats worker now serving machine-0: 16:29:50 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-0: 16:29:50 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-0: 16:29:50 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-0: 16:29:50 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.apicaller connecting with old password machine-0: 16:29:50 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 16:29:50 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-0: 16:29:50 DEBUG juju.api error dialing websocket: dial tcp 172.16.0.9:17070: operation was canceled machine-0: 16:29:50 INFO juju.api connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-0: 16:29:50 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-0: 16:29:50 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 16:29:50 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 16:29:50 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-0: 16:29:50 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-0: 16:29:50 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-0: 16:29:50 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-0: 16:29:50 DEBUG juju.worker.apicaller connected machine-0: 16:29:50 DEBUG juju.worker.apicaller changing password... machine-0: 16:29:51 DEBUG juju.worker.apicaller password changed machine-0: 16:29:51 DEBUG juju.api RPC connection died machine-0: 16:29:51 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-0: 16:29:51 DEBUG juju.worker.apicaller connecting with current password machine-0: 16:29:51 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-0: 16:29:51 DEBUG juju.api error dialing websocket: dial tcp 172.16.0.9:17070: operation was canceled machine-0: 16:29:51 INFO juju.api connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" machine-0: 16:29:51 DEBUG juju.worker.apicaller connected machine-0: 16:29:51 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 16:29:51 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 16:29:51 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:29:51 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 16:29:51 INFO juju.worker.upgrader unblocking abort check machine-0: 16:29:51 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:51 INFO juju.worker.upgrader desired tool version: 2.2.5 machine-0: 16:29:51 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-0: 16:29:51 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 16:29:51 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 16:29:51 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-0: 16:29:51 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 16:29:51 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 16:29:51 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-0: 16:29:51 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 16:29:51 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 16:29:51 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 16:29:51 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 16:29:51 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 16:29:51 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 16:29:51 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 16:29:51 WARNING juju.cmd.jujud determining kvm support: kvm-ok executable not found no kvm containers possible machine-0: 16:29:51 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 16:29:51 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 16:29:51 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 16:29:51 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 16:29:51 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 16:29:51 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 16:29:51 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-0: 16:29:51 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 16:29:51 DEBUG juju.worker.dependency "machiner" manifold worker started machine-0: 16:29:51 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 16:29:51 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 16:29:51 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 16:29:51 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 16:29:51 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 16:29:51 DEBUG juju.network including address local-cloud:172.16.0.14 for machine machine-0: 16:29:51 DEBUG juju.network including address local-machine:::1 for machine machine-0: 16:29:51 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:172.16.0.14 local-machine:::1] machine-0: 16:29:51 INFO juju.worker.machiner setting addresses for "machine-0" to [local-machine:127.0.0.1 local-cloud:172.16.0.14 local-machine:::1] machine-0: 16:29:51 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 16:29:51 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 16:29:51 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.16.0.9,172.30.9.214,::1,localhost", AutoNoProxy:""} machine-0: 16:29:51 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 16:29:51 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 16:29:51 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 16:29:51 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-0: 16:29:51 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 16:29:51 DEBUG juju.worker.logger logger setup machine-0: 16:29:51 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-0: 16:29:51 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 16:29:51 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 16:29:51 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 16:29:51 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 16:29:51 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 16:29:51 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 16:29:51 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 16:29:51 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 16:29:51 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 16:29:51 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 16:29:51 DEBUG juju.network including address public:172.30.9.214 for machine machine-0: 16:29:51 DEBUG juju.network including address local-cloud:172.16.0.9 for machine machine-0: 16:29:51 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 16:29:51 DEBUG juju.network including address local-machine:::1 for machine machine-0: 16:29:51 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:172.16.0.9 local-machine:127.0.0.1 local-machine:::1] machine-0: 16:29:51 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 172.16.0.9:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 16:29:51 DEBUG juju.agent API server address details [["172.30.9.214:17070" "172.16.0.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["172.16.0.9:17070" "172.30.9.214:17070"] machine-0: 16:29:51 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 16:29:51 DEBUG juju.worker start "0-container-watcher" machine-0: 16:29:51 DEBUG juju.worker start "stateconverter" machine-0: 16:29:51 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-0: 16:29:51 INFO juju.worker start "0-container-watcher" machine-0: 16:29:51 DEBUG juju.worker "0-container-watcher" started machine-0: 16:29:51 INFO juju.worker start "stateconverter" machine-0: 16:29:51 DEBUG juju.worker "stateconverter" started machine-0: 16:29:51 DEBUG juju.cmd.jujud upgrades done, starting worker "0-container-watcher" machine-0: 16:29:51 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 0 machine-0: 16:29:51 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-0: 16:29:51 INFO juju.worker.deployer deploying unit "abot-epc-basic/0" machine-0: 16:29:52 DEBUG juju.service discovered init system "systemd" from local host machine-0: 16:29:52 INFO juju.worker.machiner "machine-0" started machine-0: 16:29:52 DEBUG juju.worker.deployer state addresses: ["172.16.0.9:37017"] machine-0: 16:29:52 DEBUG juju.worker.deployer API addresses: ["172.16.0.9:17070" "172.30.9.214:17070"] machine-0: 16:29:52 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: 16:29:52 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully installed machine-0: 16:29:52 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" not running machine-0: 16:29:52 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully started unit-abot-epc-basic-0: 16:29:52 INFO juju.cmd running jujud [2.2.5 gc go1.8] unit-abot-epc-basic-0: 16:29:52 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: 16:29:52 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker start "api" unit-abot-epc-basic-0: 16:29:52 INFO juju.worker start "api" unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-abot-epc-basic-0" unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker "api" started unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.introspection stats worker now serving unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "agent" manifold worker started unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.apicaller connecting with old password unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-abot-epc-basic-0: 16:29:52 DEBUG juju.api error dialing websocket: dial tcp 172.16.0.9:17070: operation was canceled unit-abot-epc-basic-0: 16:29:52 INFO juju.api connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 16:29:52 DEBUG juju.worker.machiner observed network config updated for "machine-0" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:b0:58:49 172.16.0.0/24 1450 0 ens3 ethernet false false static 172.16.0.14 [] [] []} {2 fa:16:3e:b0:58:49 1450 0 ens3 ethernet false false manual [] [] []} {3 66:01:cb:ef:4b:e5 1500 0 lxdbr0 bridge false false manual [] [] []} {3 66:01:cb:ef:4b:e5 1500 0 lxdbr0 bridge false false manual [] [] []}] unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.apicaller password changed unit-abot-epc-basic-0: 16:29:52 DEBUG juju.api RPC connection died unit-abot-epc-basic-0: 16:29:52 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 16:29:53 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 16:29:53 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-abot-epc-basic-0: 16:29:53 DEBUG juju.api error dialing websocket: dial tcp 172.16.0.9:17070: operation was canceled unit-abot-epc-basic-0: 16:29:53 INFO juju.api connection established to "wss://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/api" unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 16:29:54 INFO juju.worker.migrationminion migration phase is now: NONE unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-abot-epc-basic-0: 16:29:54 INFO juju.worker.upgrader abort check blocked until version event received unit-abot-epc-basic-0: 16:29:54 INFO juju.worker.upgrader unblocking abort check unit-abot-epc-basic-0: 16:29:54 INFO juju.worker.upgrader desired tool version: 2.2.5 unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 16:29:54 DEBUG juju.network no lxc bridge addresses to filter for machine unit-abot-epc-basic-0: 16:29:54 DEBUG juju.network "lxdbr0" has addresses [fe80::6401:cbff:feef:4be5/64 fe80::1/64] unit-abot-epc-basic-0: 16:29:54 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-abot-epc-basic-0: 16:29:54 DEBUG juju.network including address public:172.30.9.214 for machine unit-abot-epc-basic-0: 16:29:54 DEBUG juju.network including address local-cloud:172.16.0.9 for machine unit-abot-epc-basic-0: 16:29:54 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-abot-epc-basic-0: 16:29:54 DEBUG juju.network including address local-machine:::1 for machine unit-abot-epc-basic-0: 16:29:54 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:172.16.0.9 local-machine:127.0.0.1 local-machine:::1] unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 172.16.0.9:17070 127.0.0.1:17070 [::1]:17070]] unit-abot-epc-basic-0: 16:29:54 DEBUG juju.agent API server address details [["172.30.9.214:17070" "172.16.0.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["172.16.0.9:17070" "172.30.9.214:17070"] unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-abot-epc-basic-0: 16:29:54 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.leadership abot-epc-basic/0 making initial claim for abot-epc-basic leadership unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.logger logger setup unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.16.0.9,172.30.9.214,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 16:29:54 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: 16:29:54 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 16:29:54 INFO juju.worker.leadership abot-epc-basic/0 promoted to leadership of abot-epc-basic unit-abot-epc-basic-0: 16:29:54 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-abot-epc-basic-0 unit-abot-epc-basic-0: 16:29:54 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.5-xenial-amd64 unit-abot-epc-basic-0: 16:29:54 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.5-xenial-amd64/jujud unit-abot-epc-basic-0: 16:29:54 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: 16:29:54 INFO juju.worker.uniter unit "abot-epc-basic/0" started unit-abot-epc-basic-0: 16:29:54 INFO juju.worker.uniter resuming charm install unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.uniter.operation running operation install local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.uniter.operation preparing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 16:29:54 DEBUG juju.worker.uniter juju-run listener running unit-abot-epc-basic-0: 16:29:54 INFO juju.worker.uniter.charm downloading local:xenial/abot-epc-basic-1 from API server unit-abot-epc-basic-0: 16:29:54 INFO juju.downloader downloading from local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 16:29:54 DEBUG httpbakery client do GET https://172.30.9.214:17070/model/1b3683ff-53b8-45dc-886d-8d0d8c320f25/charms?file=%2A&url=local%3Axenial%2Fabot-epc-basic-1 { unit-abot-epc-basic-0: 16:29:54 DEBUG httpbakery } -> error unit-abot-epc-basic-0: 16:29:54 INFO juju.downloader download complete ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 16:29:54 INFO juju.downloader download verified ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 16:29:55 DEBUG juju.worker.uniter.operation executing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 16:29:55 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 16:29:55 DEBUG juju.worker.uniter.charm deploying charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 16:29:55 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 16:29:55 DEBUG juju.worker.uniter.operation committing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 16:29:55 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 16:29:55 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-abot-epc-basic-0: 16:29:55 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-abot-epc-basic-0: 16:29:55 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-abot-epc-basic-0: 16:29:55 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-abot-epc-basic-0: 16:29:55 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-abot-epc-basic-0: 16:29:55 DEBUG juju.worker.uniter.remotestate got unit change unit-abot-epc-basic-0: 16:29:55 DEBUG juju.worker.uniter.remotestate got service change unit-abot-epc-basic-0: 16:29:55 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-abot-epc-basic-0: 16:29:55 INFO juju.worker.uniter.storage initial storage attachments ready unit-abot-epc-basic-0: 16:29:55 INFO juju.worker.uniter found queued "install" hook unit-abot-epc-basic-0: 16:29:55 DEBUG juju.worker.uniter.operation running operation run install hook unit-abot-epc-basic-0: 16:29:55 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 16:29:55 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 16:29:55 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 16:29:55 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 16:29:56 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 16:29:56 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 16:29:56 DEBUG worker.uniter.jujuc running hook tool "config-get" machine-0: 16:29:57 INFO juju.tools.lxdclient using LXD API version "1.0" machine-0: 16:29:57 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: 16:29:59 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 16:29:59 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:29:59 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 16:29:59 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:29:59 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:29:59 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 16:29:59 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 16:29:59 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 16:29:59 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:29:59 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:29:59 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 16:29:59 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 16:29:59 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 16:29:59 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 16:29:59 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 16:29:59 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 16:29:59 DEBUG unit.oai-epc/0.update-status + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 16:29:59 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 16:29:59 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:29:59 INFO unit.oai-epc/0.juju-log OAI EPC is not running... unit-oai-epc-0: 16:29:59 DEBUG unit.oai-epc/0.update-status + status=1 unit-oai-epc-0: 16:29:59 DEBUG unit.oai-epc/0.update-status + '[' 1 -eq 1 ']' unit-oai-epc-0: 16:29:59 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running' unit-oai-epc-0: 16:29:59 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:29:59 INFO unit.oai-epc/0.juju-log OAI EPC is not running unit-oai-epc-0: 16:29:59 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 16:29:59 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 16:29:59 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:29:59 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:29:59 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 16:30:36 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-320f25-default-0: Connection timed out unit-abot-epc-basic-0: 16:30:36 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Checking sudo privileges >> unit-abot-epc-basic-0: 16:30:36 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Application Name abot-functest-basic >> unit-abot-epc-basic-0: 16:30:36 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Version 3.1.0 >> unit-abot-epc-basic-0: 16:30:36 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: External Tester none >> unit-abot-epc-basic-0: 16:30:36 DEBUG unit.abot-epc-basic/0.install Oracle Java Prerequisites... unit-oai-hss-0: 16:30:41 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 16:30:41 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:30:41 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 16:30:41 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:30:41 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:30:41 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:30:41 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:30:41 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 16:30:41 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 16:30:41 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + user=kuefeepaewaephi unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 16:30:41 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + password=uijeexiepeizohx unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 16:30:41 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + host=172.16.0.7 unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 16:30:41 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 16:30:41 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 172.16.0.7 kuefeepaewaephi uijeexiepeizohx oai-hss unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"172.16.0.7"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"kuefeepaewaephi"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"uijeexiepeizohx"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_db[^"]*)".*"/\1"oai-hss"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(OPERATOR_key[^"]*)".*"/\1"1006020f0a478bf6b699f15c062e42b3"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(RANDOM[^"]*)".*"/\1"true"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 16:30:41 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss -e 'show tables;' unit-oai-hss-0: 16:30:44 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:30:44 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss unit-oai-hss-0: 16:30:47 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:30:47 ERROR juju.worker.uniter.operation hook "db-relation-changed" failed: exit status 1 unit-oai-hss-0: 16:30:47 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:30:47 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:30:47 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "db-relation-changed" unit-abot-epc-basic-0: 16:31:16 DEBUG unit.abot-epc-basic/0.install Cannot add PPA: 'ppa:~webupd8team/ubuntu/java'. unit-abot-epc-basic-0: 16:31:16 DEBUG unit.abot-epc-basic/0.install ERROR: '~webupd8team' user or team does not exist. unit-abot-epc-basic-0: 16:32:16 DEBUG unit.abot-epc-basic/0.install Err:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 16:32:16 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'security.ubuntu.com' unit-abot-epc-basic-0: 16:32:16 DEBUG unit.abot-epc-basic/0.install Err:2 http://archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 16:32:16 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 16:33:16 DEBUG unit.abot-epc-basic/0.install Err:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 16:33:16 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 16:34:16 DEBUG unit.abot-epc-basic/0.install Err:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 16:34:16 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 16:34:16 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 16:34:16 DEBUG unit.abot-epc-basic/0.install W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/InRelease Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 16:34:16 DEBUG unit.abot-epc-basic/0.install W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 16:34:16 DEBUG unit.abot-epc-basic/0.install W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-backports/InRelease Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 16:34:16 DEBUG unit.abot-epc-basic/0.install W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/InRelease Temporary failure resolving 'security.ubuntu.com' unit-abot-epc-basic-0: 16:34:16 DEBUG unit.abot-epc-basic/0.install W: Some index files failed to download. They have been ignored, or old ones used instead. unit-abot-epc-basic-0: 16:34:56 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-320f25-default-0: Connection timed out unit-oai-epc-0: 16:35:04 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 16:35:04 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:35:04 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 16:35:04 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:35:04 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:35:04 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 16:35:04 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 16:35:04 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 16:35:04 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:35:04 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:35:04 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 16:35:04 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 16:35:04 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 16:35:04 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 16:35:04 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 16:35:04 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 16:35:04 DEBUG unit.oai-epc/0.update-status + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 16:35:04 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 16:35:04 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:35:04 INFO unit.oai-epc/0.juju-log OAI EPC is not running... unit-oai-epc-0: 16:35:04 DEBUG unit.oai-epc/0.update-status + status=1 unit-oai-epc-0: 16:35:04 DEBUG unit.oai-epc/0.update-status + '[' 1 -eq 1 ']' unit-oai-epc-0: 16:35:04 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running' unit-oai-epc-0: 16:35:04 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:35:04 INFO unit.oai-epc/0.juju-log OAI EPC is not running unit-oai-epc-0: 16:35:04 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 16:35:04 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 16:35:04 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:35:04 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:35:04 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 16:35:09 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 16:35:09 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-abot-epc-basic-0: 16:35:33 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 16:35:37 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-320f25-default-0: Connection timed out unit-abot-epc-basic-0: 16:35:37 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 16:35:37 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 16:35:37 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 16:35:37 DEBUG unit.abot-epc-basic/0.install Package oracle-java8-installer is not available, but is referred to by another package. unit-abot-epc-basic-0: 16:35:37 DEBUG unit.abot-epc-basic/0.install This may mean that the package is missing, has been obsoleted, or unit-abot-epc-basic-0: 16:35:37 DEBUG unit.abot-epc-basic/0.install is only available from another source unit-abot-epc-basic-0: 16:35:37 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:35:37 DEBUG unit.abot-epc-basic/0.install E: Package 'oracle-java8-installer' has no installation candidate unit-abot-epc-basic-0: 16:35:37 DEBUG unit.abot-epc-basic/0.install --2018-04-25 16:35:37-- http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.0_all.deb unit-mysql-0: 16:35:45 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 16:35:45 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:35:45 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 16:35:45 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 16:35:45 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 16:35:45 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 16:35:45 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 16:35:45 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 16:35:45 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 16:35:45 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 16:35:45 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:35:45 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:35:45 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 16:35:47 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 16:35:47 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:35:47 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 16:35:47 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:35:47 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:35:47 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:35:47 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:35:47 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 16:35:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 16:35:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + user=kuefeepaewaephi unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 16:35:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + password=uijeexiepeizohx unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 16:35:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + host=172.16.0.7 unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 16:35:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 16:35:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 172.16.0.7 kuefeepaewaephi uijeexiepeizohx oai-hss unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"172.16.0.7"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"kuefeepaewaephi"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"uijeexiepeizohx"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_db[^"]*)".*"/\1"oai-hss"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(OPERATOR_key[^"]*)".*"/\1"1006020f0a478bf6b699f15c062e42b3"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(RANDOM[^"]*)".*"/\1"true"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 16:35:48 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss -e 'show tables;' unit-oai-hss-0: 16:35:51 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:35:51 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss unit-oai-hss-0: 16:35:54 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:35:54 ERROR juju.worker.uniter.operation hook "db-relation-changed" failed: exit status 1 unit-oai-hss-0: 16:35:54 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:35:54 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:35:54 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "db-relation-changed" unit-abot-epc-basic-0: 16:37:44 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... failed: Connection timed out. unit-abot-epc-basic-0: 16:37:44 DEBUG unit.abot-epc-basic/0.install Retrying. unit-abot-epc-basic-0: 16:37:44 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:37:45 DEBUG unit.abot-epc-basic/0.install --2018-04-25 16:37:45-- (try: 2) http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.0_all.deb unit-mysql-0: 16:39:51 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 16:39:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:39:51 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 16:39:51 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 16:39:51 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 16:39:51 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 16:39:51 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 16:39:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 16:39:51 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 16:39:51 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 16:39:51 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:39:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:39:51 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 16:39:53 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... failed: Connection timed out. unit-abot-epc-basic-0: 16:39:53 DEBUG unit.abot-epc-basic/0.install Retrying. unit-abot-epc-basic-0: 16:39:53 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:39:55 DEBUG unit.abot-epc-basic/0.install --2018-04-25 16:39:55-- (try: 3) http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.0_all.deb unit-oai-epc-0: 16:39:58 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 16:39:58 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:39:58 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 16:39:58 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:39:58 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:39:58 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 16:39:58 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 16:39:58 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 16:39:58 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:39:58 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:39:58 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 16:39:58 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 16:39:58 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 16:39:58 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 16:39:58 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 16:39:58 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 16:39:58 DEBUG unit.oai-epc/0.update-status + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 16:39:58 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 16:39:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:39:58 INFO unit.oai-epc/0.juju-log OAI EPC is not running... unit-oai-epc-0: 16:39:58 DEBUG unit.oai-epc/0.update-status + status=1 unit-oai-epc-0: 16:39:58 DEBUG unit.oai-epc/0.update-status + '[' 1 -eq 1 ']' unit-oai-epc-0: 16:39:58 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running' unit-oai-epc-0: 16:39:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:39:58 INFO unit.oai-epc/0.juju-log OAI EPC is not running unit-oai-epc-0: 16:39:58 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 16:39:58 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 16:39:58 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:39:58 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:39:58 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 16:40:54 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 16:40:54 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:40:54 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 16:40:54 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:40:54 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:40:54 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:40:54 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:40:54 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 16:40:54 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 16:40:54 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + user=kuefeepaewaephi unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 16:40:54 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + password=uijeexiepeizohx unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 16:40:54 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + host=172.16.0.7 unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 16:40:54 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 16:40:54 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 172.16.0.7 kuefeepaewaephi uijeexiepeizohx oai-hss unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"172.16.0.7"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"kuefeepaewaephi"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"uijeexiepeizohx"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_db[^"]*)".*"/\1"oai-hss"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(OPERATOR_key[^"]*)".*"/\1"1006020f0a478bf6b699f15c062e42b3"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(RANDOM[^"]*)".*"/\1"true"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 16:40:54 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss -e 'show tables;' unit-oai-hss-0: 16:40:57 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:40:57 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss unit-oai-hss-0: 16:41:00 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:41:00 ERROR juju.worker.uniter.operation hook "db-relation-changed" failed: exit status 1 unit-oai-hss-0: 16:41:00 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:41:00 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:41:00 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "db-relation-changed" unit-abot-epc-basic-0: 16:41:13 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 16:42:02 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... failed: Connection timed out. unit-abot-epc-basic-0: 16:42:02 DEBUG unit.abot-epc-basic/0.install Retrying. unit-abot-epc-basic-0: 16:42:02 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:42:05 DEBUG unit.abot-epc-basic/0.install --2018-04-25 16:42:05-- (try: 4) http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.0_all.deb unit-mysql-0: 16:44:01 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 16:44:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:44:01 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 16:44:01 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 16:44:01 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 16:44:01 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 16:44:01 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 16:44:01 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 16:44:01 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 16:44:01 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 16:44:01 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:44:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:44:01 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 16:44:12 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... failed: Connection timed out. unit-abot-epc-basic-0: 16:44:12 DEBUG unit.abot-epc-basic/0.install Retrying. unit-abot-epc-basic-0: 16:44:12 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:44:16 DEBUG unit.abot-epc-basic/0.install --2018-04-25 16:44:16-- (try: 5) http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.0_all.deb unit-oai-epc-0: 16:45:17 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 16:45:17 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:45:17 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 16:45:17 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:45:17 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:45:17 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 16:45:17 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 16:45:17 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 16:45:17 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:45:17 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:45:18 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 16:45:18 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 16:45:18 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 16:45:18 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 16:45:18 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 16:45:18 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 16:45:18 DEBUG unit.oai-epc/0.update-status + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 16:45:18 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 16:45:18 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:45:18 INFO unit.oai-epc/0.juju-log OAI EPC is not running... unit-oai-epc-0: 16:45:18 DEBUG unit.oai-epc/0.update-status + status=1 unit-oai-epc-0: 16:45:18 DEBUG unit.oai-epc/0.update-status + '[' 1 -eq 1 ']' unit-oai-epc-0: 16:45:18 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running' unit-oai-epc-0: 16:45:18 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:45:18 INFO unit.oai-epc/0.juju-log OAI EPC is not running unit-oai-epc-0: 16:45:18 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 16:45:18 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 16:45:18 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:45:18 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:45:18 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 16:46:00 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 16:46:00 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:46:00 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 16:46:00 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:46:00 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:46:00 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:46:00 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:46:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 16:46:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 16:46:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + user=kuefeepaewaephi unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 16:46:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + password=uijeexiepeizohx unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 16:46:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + host=172.16.0.7 unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 16:46:00 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 16:46:00 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 172.16.0.7 kuefeepaewaephi uijeexiepeizohx oai-hss unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"172.16.0.7"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"kuefeepaewaephi"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"uijeexiepeizohx"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_db[^"]*)".*"/\1"oai-hss"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(OPERATOR_key[^"]*)".*"/\1"1006020f0a478bf6b699f15c062e42b3"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(RANDOM[^"]*)".*"/\1"true"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 16:46:00 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss -e 'show tables;' unit-oai-hss-0: 16:46:03 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:46:03 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss unit-oai-hss-0: 16:46:06 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:46:06 ERROR juju.worker.uniter.operation hook "db-relation-changed" failed: exit status 1 unit-oai-hss-0: 16:46:06 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:46:06 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:46:06 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "db-relation-changed" unit-abot-epc-basic-0: 16:46:23 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... failed: Connection timed out. unit-abot-epc-basic-0: 16:46:23 DEBUG unit.abot-epc-basic/0.install Retrying. unit-abot-epc-basic-0: 16:46:23 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:46:28 DEBUG unit.abot-epc-basic/0.install --2018-04-25 16:46:28-- (try: 6) http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.0_all.deb unit-abot-epc-basic-0: 16:47:03 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 16:48:36 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... failed: Connection timed out. unit-abot-epc-basic-0: 16:48:36 DEBUG unit.abot-epc-basic/0.install Retrying. unit-abot-epc-basic-0: 16:48:36 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:48:42 DEBUG unit.abot-epc-basic/0.install --2018-04-25 16:48:42-- (try: 7) http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.0_all.deb unit-mysql-0: 16:49:05 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 16:49:05 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:49:05 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 16:49:05 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 16:49:05 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 16:49:05 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 16:49:05 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 16:49:05 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 16:49:05 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 16:49:05 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 16:49:06 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:49:06 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:49:06 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 16:50:39 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 16:50:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:50:39 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 16:50:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:50:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:50:39 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 16:50:39 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 16:50:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 16:50:39 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:50:39 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:50:39 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 16:50:39 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 16:50:39 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 16:50:39 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 16:50:39 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 16:50:39 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 16:50:39 DEBUG unit.oai-epc/0.update-status + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 16:50:39 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 16:50:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:50:39 INFO unit.oai-epc/0.juju-log OAI EPC is not running... unit-oai-epc-0: 16:50:39 DEBUG unit.oai-epc/0.update-status + status=1 unit-oai-epc-0: 16:50:39 DEBUG unit.oai-epc/0.update-status + '[' 1 -eq 1 ']' unit-oai-epc-0: 16:50:39 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running' unit-oai-epc-0: 16:50:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:50:39 INFO unit.oai-epc/0.juju-log OAI EPC is not running unit-oai-epc-0: 16:50:39 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 16:50:39 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 16:50:39 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:50:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:50:39 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 16:50:45 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 16:50:45 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-abot-epc-basic-0: 16:50:49 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... failed: Connection timed out. unit-abot-epc-basic-0: 16:50:49 DEBUG unit.abot-epc-basic/0.install Retrying. unit-abot-epc-basic-0: 16:50:49 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:50:56 DEBUG unit.abot-epc-basic/0.install --2018-04-25 16:50:56-- (try: 8) http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.0_all.deb unit-abot-epc-basic-0: 16:51:06 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 16:51:06 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 16:51:06 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:51:06 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 16:51:06 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:51:06 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:51:06 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:51:06 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:51:06 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 16:51:06 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:51:06 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 16:51:07 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 16:51:07 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + user=kuefeepaewaephi unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 16:51:07 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + password=uijeexiepeizohx unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 16:51:07 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + host=172.16.0.7 unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 16:51:07 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 16:51:07 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 172.16.0.7 kuefeepaewaephi uijeexiepeizohx oai-hss unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"172.16.0.7"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"kuefeepaewaephi"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"uijeexiepeizohx"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_db[^"]*)".*"/\1"oai-hss"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(OPERATOR_key[^"]*)".*"/\1"1006020f0a478bf6b699f15c062e42b3"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(RANDOM[^"]*)".*"/\1"true"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 16:51:07 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss -e 'show tables;' unit-oai-hss-0: 16:51:10 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:51:10 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss unit-oai-hss-0: 16:51:13 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:51:13 ERROR juju.worker.uniter.operation hook "db-relation-changed" failed: exit status 1 unit-oai-hss-0: 16:51:13 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:51:13 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:51:13 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "db-relation-changed" unit-abot-epc-basic-0: 16:53:03 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... failed: Connection timed out. unit-abot-epc-basic-0: 16:53:03 DEBUG unit.abot-epc-basic/0.install Retrying. unit-abot-epc-basic-0: 16:53:03 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:53:11 DEBUG unit.abot-epc-basic/0.install --2018-04-25 16:53:11-- (try: 9) http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.0_all.deb unit-mysql-0: 16:54:27 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 16:54:27 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:54:27 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 16:54:27 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 16:54:27 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 16:54:27 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 16:54:27 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 16:54:27 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 16:54:28 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 16:54:28 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 16:54:28 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:54:28 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:54:28 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 16:54:45 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 16:54:45 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:54:45 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 16:54:45 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:54:45 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:54:45 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 16:54:45 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 16:54:45 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 16:54:45 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:54:45 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:54:45 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 16:54:45 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 16:54:45 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 16:54:45 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 16:54:45 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 16:54:45 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 16:54:45 DEBUG unit.oai-epc/0.update-status + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 16:54:45 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 16:54:45 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:54:45 INFO unit.oai-epc/0.juju-log OAI EPC is not running... unit-oai-epc-0: 16:54:45 DEBUG unit.oai-epc/0.update-status + status=1 unit-oai-epc-0: 16:54:45 DEBUG unit.oai-epc/0.update-status + '[' 1 -eq 1 ']' unit-oai-epc-0: 16:54:45 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running' unit-oai-epc-0: 16:54:45 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:54:45 INFO unit.oai-epc/0.juju-log OAI EPC is not running unit-oai-epc-0: 16:54:45 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 16:54:46 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 16:54:46 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:54:46 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:54:46 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 16:55:18 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... failed: Connection timed out. unit-abot-epc-basic-0: 16:55:18 DEBUG unit.abot-epc-basic/0.install Retrying. unit-abot-epc-basic-0: 16:55:18 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:55:27 DEBUG unit.abot-epc-basic/0.install --2018-04-25 16:55:27-- (try:10) http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.0_all.deb unit-oai-hss-0: 16:55:42 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 16:55:42 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:56:13 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 16:56:13 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:56:13 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 16:56:13 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 16:56:13 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 16:56:13 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:56:13 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 16:56:13 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 16:56:13 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 16:56:13 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + user=kuefeepaewaephi unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 16:56:13 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + password=uijeexiepeizohx unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 16:56:13 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + host=172.16.0.7 unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 16:56:13 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 16:56:13 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 172.16.0.7 kuefeepaewaephi uijeexiepeizohx oai-hss unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"172.16.0.7"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"kuefeepaewaephi"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"uijeexiepeizohx"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_db[^"]*)".*"/\1"oai-hss"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(OPERATOR_key[^"]*)".*"/\1"1006020f0a478bf6b699f15c062e42b3"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(RANDOM[^"]*)".*"/\1"true"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 16:56:13 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss -e 'show tables;' unit-oai-hss-0: 16:56:16 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:56:16 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss unit-abot-epc-basic-0: 16:56:17 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 16:56:19 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 16:56:19 ERROR juju.worker.uniter.operation hook "db-relation-changed" failed: exit status 1 unit-oai-hss-0: 16:56:19 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 16:56:19 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 16:56:19 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "db-relation-changed" unit-abot-epc-basic-0: 16:57:35 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... failed: Connection timed out. unit-abot-epc-basic-0: 16:57:35 DEBUG unit.abot-epc-basic/0.install Retrying. unit-abot-epc-basic-0: 16:57:35 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 16:57:45 DEBUG unit.abot-epc-basic/0.install --2018-04-25 16:57:45-- (try:11) http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.0_all.deb unit-oai-epc-0: 16:59:04 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 16:59:04 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:59:04 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 16:59:04 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 16:59:04 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 16:59:04 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 16:59:04 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 16:59:04 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 16:59:04 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 16:59:04 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 16:59:04 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 16:59:04 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 16:59:04 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 16:59:04 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 16:59:04 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 16:59:04 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 16:59:04 DEBUG unit.oai-epc/0.update-status + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 16:59:04 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 16:59:04 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:59:04 INFO unit.oai-epc/0.juju-log OAI EPC is not running... unit-oai-epc-0: 16:59:04 DEBUG unit.oai-epc/0.update-status + status=1 unit-oai-epc-0: 16:59:04 DEBUG unit.oai-epc/0.update-status + '[' 1 -eq 1 ']' unit-oai-epc-0: 16:59:04 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running' unit-oai-epc-0: 16:59:04 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 16:59:04 INFO unit.oai-epc/0.juju-log OAI EPC is not running unit-oai-epc-0: 16:59:04 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 16:59:04 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 16:59:04 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 16:59:04 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 16:59:04 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-mysql-0: 16:59:23 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 16:59:23 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:59:23 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 16:59:23 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 16:59:23 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 16:59:23 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 16:59:23 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 16:59:23 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 16:59:23 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 16:59:23 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 16:59:23 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 16:59:23 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 16:59:23 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 16:59:52 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... failed: Connection timed out. unit-abot-epc-basic-0: 16:59:52 DEBUG unit.abot-epc-basic/0.install Retrying. unit-abot-epc-basic-0: 16:59:52 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 17:00:02 DEBUG unit.abot-epc-basic/0.install --2018-04-25 17:00:02-- (try:12) http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.0_all.deb unit-oai-hss-0: 17:01:00 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 17:01:00 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 17:01:19 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 17:01:19 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 17:01:19 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 17:01:19 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 17:01:19 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 17:01:19 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 17:01:19 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 17:01:19 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 17:01:20 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 17:01:20 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + user=kuefeepaewaephi unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 17:01:20 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + password=uijeexiepeizohx unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 17:01:20 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + host=172.16.0.7 unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 17:01:20 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 17:01:20 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 172.16.0.7 kuefeepaewaephi uijeexiepeizohx oai-hss unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"172.16.0.7"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"kuefeepaewaephi"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"uijeexiepeizohx"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_db[^"]*)".*"/\1"oai-hss"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(OPERATOR_key[^"]*)".*"/\1"1006020f0a478bf6b699f15c062e42b3"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(RANDOM[^"]*)".*"/\1"true"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 17:01:20 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss -e 'show tables;' unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 17:01:23 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss unit-oai-hss-0: 17:01:26 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 17:01:26 ERROR juju.worker.uniter.operation hook "db-relation-changed" failed: exit status 1 unit-oai-hss-0: 17:01:26 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:01:26 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 17:01:26 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "db-relation-changed" unit-abot-epc-basic-0: 17:01:30 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 17:03:44 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 17:03:44 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 17:03:44 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 17:03:44 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 17:03:44 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 17:03:44 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 17:03:44 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 17:03:44 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 17:03:44 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 17:03:44 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 17:03:44 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 17:03:44 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 17:03:44 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 17:04:07 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 17:04:07 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:04:07 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 17:04:07 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 17:04:07 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 17:04:07 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 17:04:07 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 17:04:07 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 17:04:07 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 17:04:07 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 17:04:07 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 17:04:07 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 17:04:07 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 17:04:07 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 17:04:07 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 17:04:07 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 17:04:07 DEBUG unit.oai-epc/0.update-status + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 17:04:07 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 17:04:08 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:04:08 INFO unit.oai-epc/0.juju-log OAI EPC is not running... unit-oai-epc-0: 17:04:08 DEBUG unit.oai-epc/0.update-status + status=1 unit-oai-epc-0: 17:04:08 DEBUG unit.oai-epc/0.update-status + '[' 1 -eq 1 ']' unit-oai-epc-0: 17:04:08 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running' unit-oai-epc-0: 17:04:08 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 17:04:08 INFO unit.oai-epc/0.juju-log OAI EPC is not running unit-oai-epc-0: 17:04:08 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 17:04:08 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 17:04:08 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 17:04:08 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 17:04:08 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 17:06:26 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 17:06:26 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 17:06:26 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 17:06:26 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 17:06:26 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 17:06:26 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 17:06:26 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 17:06:26 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 17:06:26 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 17:06:26 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + user=kuefeepaewaephi unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 17:06:26 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + password=uijeexiepeizohx unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 17:06:26 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + host=172.16.0.7 unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 17:06:26 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 17:06:26 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 172.16.0.7 kuefeepaewaephi uijeexiepeizohx oai-hss unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"172.16.0.7"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"kuefeepaewaephi"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"uijeexiepeizohx"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_db[^"]*)".*"/\1"oai-hss"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(OPERATOR_key[^"]*)".*"/\1"1006020f0a478bf6b699f15c062e42b3"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(RANDOM[^"]*)".*"/\1"true"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 17:06:26 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss -e 'show tables;' unit-oai-hss-0: 17:06:29 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 17:06:29 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u kuefeepaewaephi --password=uijeexiepeizohx -h 172.16.0.7 oai-hss unit-oai-hss-0: 17:06:32 DEBUG unit.oai-hss/0.db-relation-changed ERROR 2003 (HY000): Can't connect to MySQL server on '172.16.0.7' (113) unit-oai-hss-0: 17:06:32 ERROR juju.worker.uniter.operation hook "db-relation-changed" failed: exit status 1 unit-oai-hss-0: 17:06:32 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 17:06:32 INFO juju.worker.uniter awaiting error resolution for "relation-changed" hook unit-oai-hss-0: 17:06:32 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "db-relation-changed" 2018-04-25 17:08:35,716 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-04-25 17:09:52,477 - 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, 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, 3 applications Waiting on 1 model, 4 machines, 2 applications Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines 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, 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, 2 machines Waiting on 1 model, 1 machine Waiting on 1 model, 1 machine Waiting on 1 model Waiting on 1 model Waiting on 1 model All hosted models reclaimed, cleaning up controller machines 2018-04-25 17:09:52,478 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-04-25 17:09:52,478 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-25 17:10:08,201 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-04-25 17:10:08,202 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 29:22 | FAIL | | vyos_vrouter | functest | vnf | 59:36 | PASS | | juju_epc | functest | vnf | 65:04 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-25 17:10:08,205 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-25 17:10:11,091 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-49 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-25 17:10:11,095 - 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=c3m4nxhXnWpVWeygkqBhDbfbH export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-04-25 17:10:11,095 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-25 17:10:11,096 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-25 17:10:11,097 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-25 17:10:11,098 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK